StiReportExportDocumentAsync 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 Task ExportDocumentAsync(
StiExportFormat exportFormat,
Stream stream
)
Public Function ExportDocumentAsync (
exportFormat As StiExportFormat,
stream As Stream
) As Task
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.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.ExportDocumentAsync(Stimulsoft.Report.StiExportFormat,System.IO.Stream)"]
See Also