Click or drag to resize

StiReportCompileStandaloneReportAsync Method

Compiles a standalone 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 CompileStandaloneReportAsync(
	string path,
	StiStandaloneReportType standaloneReportType
)

Parameters

path
Type: SystemString
Path for the report location.
standaloneReportType
Type: Stimulsoft.ReportStiStandaloneReportType

[Missing <param name="standaloneReportType"/> documentation for "M:Stimulsoft.Report.StiReport.CompileStandaloneReportAsync(System.String,Stimulsoft.Report.StiStandaloneReportType)"]

Return Value

Type: Task

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

See Also