Click or drag to resize

StiHtmlExportServiceExportHtml Method (StiReport, StiHtmlTextWriter, Double, ImageFormat, StiPagesCollection)

Exports a document to the HTML.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportHtml(
	StiReport report,
	StiHtmlTextWriter writer,
	double zoom,
	ImageFormat imageFormat,
	StiPagesCollection pages
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A rendered report which is to be exported.
writer
Type: Stimulsoft.Report.ExportStiHtmlTextWriter
A writer that can write a sequential series of characters to the HTML format.
zoom
Type: SystemDouble
A zoom of the exported document. Default value is 1.
imageFormat
Type: System.Drawing.ImagingImageFormat
Specifies a format of the images in the resulted HTML document.
pages
Type: Stimulsoft.Report.ComponentsStiPagesCollection
A collection of pages for the export.
See Also