StiReportCompile Method (String, StiOutputType, Boolean) |
Compiles a report and locates it in 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,
bool autoCreate
)
Public Sub Compile (
path As String,
outputType As StiOutputType,
autoCreate As Boolean
)
Parameters
- path
- Type: SystemString
A parameter which sets the location of the compiled report. - outputType
- Type: Stimulsoft.BaseStiOutputType
A parameter which sets the type of the output object. - autoCreate
- Type: SystemBoolean
If true then the compiled report will be created.
See Also