Click or drag to resize

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
)

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