StiReportExportDocument Method (StiExportFormat, Stream) |
Exports a rendered report into the stream 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,
Stream stream
)
Public Sub ExportDocument (
exportFormat As StiExportFormat,
stream As Stream
)
Parameters
- exportFormat
- Type: Stimulsoft.ReportStiExportFormat
A format for the document which will be exported to. - stream
- Type: System.IOStream
A file to export the rendered report.
See Also