StiHtmlExportServiceExportHtml Method (StiReport, Stream, Double, ImageFormat) |
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,
Stream stream,
double zoom,
ImageFormat imageFormat
)
Public Sub ExportHtml (
report As StiReport,
stream As Stream,
zoom As Double,
imageFormat As ImageFormat
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
A rendered report which is to be exported. - stream
- Type: System.IOStream
A stream for the export of a document. - zoom
- Type: SystemDouble
Sets zoom of the exported images. - imageFormat
- Type: System.Drawing.ImagingImageFormat
Specifies a format of the images in the resulted HTML document.
See Also