StiReportCompileAsync Method (String) |
Compiles a report.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public Task CompileAsync(
string path
)
Public Function CompileAsync (
path As String
) As Task
Parameters
- path
- Type: SystemString
A path for the report location.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.CompileAsync(System.String)"]
See Also