StiExportServiceExport Method (StiReport, String) |
Exports a document to the stream.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Export(
StiReport report,
string file
)
Public Sub Export (
report As StiReport,
file As String
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
A report which is to be exported. - file
- Type: SystemString
A file for the export of a document.
See Also