StiReportExportDocument Method (StiExportFormat, Stream, StiExportSettings) |
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,
StiExportSettings settings
)
Public Sub ExportDocument (
exportFormat As StiExportFormat,
stream As Stream,
settings As StiExportSettings
)
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. - settings
- Type: Stimulsoft.Report.ExportStiExportSettings
[Missing <param name="settings"/> documentation for "M:Stimulsoft.Report.StiReport.ExportDocument(Stimulsoft.Report.StiExportFormat,System.IO.Stream,Stimulsoft.Report.Export.StiExportSettings)"]
See Also