StiReportCompile Method (String, StiOutputType) |
Compiles a report and locates it to the specified path.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Compile(
string path,
StiOutputType outputType
)
Public Sub Compile (
path As String,
outputType As StiOutputType
)
Parameters
- path
- Type: SystemString
A path for the report location. - outputType
- Type: Stimulsoft.BaseStiOutputType
A parameter which sets the type of the output object.
See Also