StiImageExportServiceExportImage Method (StiReport, Stream, StiImageFormat) |
Exports a rendered document to the stream as image.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void ExportImage(
StiReport report,
Stream stream,
StiImageFormat imageFormat
)
Public Overridable Sub ExportImage (
report As StiReport,
stream As Stream,
imageFormat As StiImageFormat
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
A report which is to be exported. - stream
- Type: System.IOStream
A stream for export of a document. - imageFormat
- Type: Stimulsoft.Report.ExportStiImageFormat
A parameter which sets format of the resulted image.
See Also