StiReportCompileStandaloneReport 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 void CompileStandaloneReport(
string path,
StiStandaloneReportType standaloneReportType
)
Public Sub CompileStandaloneReport (
path As String,
standaloneReportType As StiStandaloneReportType
)
Parameters
- path
- Type: SystemString
Path for the report location. - standaloneReportType
- Type: Stimulsoft.ReportStiStandaloneReportType
[Missing <param name="standaloneReportType"/> documentation for "M:Stimulsoft.Report.StiReport.CompileStandaloneReport(System.String,Stimulsoft.Report.StiStandaloneReportType)"]
See Also