Click or drag to resize

StiReportCompileAsync 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 Task CompileAsync(
	string path,
	StiOutputType outputType
)

Parameters

path
Type: SystemString
A path for the report location.
outputType
Type: Stimulsoft.BaseStiOutputType
A parameter which sets the type of the output object.

Return Value

Type: Task

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

See Also