Click or drag to resize

StiImageExportServiceExportImage Method (StiReport, Stream, StiImageFormat, StiPagesRange)

Exports a rendered document to the stream as an 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,
	StiPagesRange pageRange
)

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 a format of the resulted image.
pageRange
Type: Stimulsoft.ReportStiPagesRange
Describes range of pages of the document for the export.
See Also