StiReportExportDocument Method (StiExportFormat, String) |
Exports a rendered report into the file without dialog using the provider.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void ExportDocument(
StiExportFormat exportFormat,
string file
)
Public Sub ExportDocument (
exportFormat As StiExportFormat,
file As String
)
Parameters
- exportFormat
- Type: Stimulsoft.ReportStiExportFormat
A format for the document which will be exported to. - file
- Type: SystemString
A file to export the rendered report.
See Also