Click or drag to resize

StiImageExportServiceExportImage Method (StiReport, String, StiImageFormat)

Exports a rendered document to the file as image.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportImage(
	StiReport report,
	string fileName,
	StiImageFormat imageFormat
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
fileName
Type: SystemString
A name of the file for exporting a rendered report.
imageFormat
Type: Stimulsoft.Report.ExportStiImageFormat
Returns format of the image.
See Also