Click or drag to resize

StiReportCompileAsync 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 Task CompileAsync(
	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.

Return Value

Type: Task

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.CompileAsync(System.String,Stimulsoft.Base.StiOutputType,System.Boolean)"]

See Also