StiHtmlExportServiceExportHtml Method (StiReport, Stream, Double, ImageFormat, StiPagesRange, StiHtmlExportMode, StiHtmlExportQuality) |
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,
StiPagesRange pageRange,
StiHtmlExportMode exportMode,
StiHtmlExportQuality exportQuality
)
Public Sub ExportHtml (
report As StiReport,
stream As Stream,
zoom As Double,
imageFormat As ImageFormat,
pageRange As StiPagesRange,
exportMode As StiHtmlExportMode,
exportQuality As StiHtmlExportQuality
)
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
A zoom of the exported document. Default value is 1. - imageFormat
- Type: System.Drawing.ImagingImageFormat
Specifies format of the image. - pageRange
- Type: Stimulsoft.ReportStiPagesRange
Describes range of pages of the document for the export. - exportMode
- Type: Stimulsoft.Report.ExportStiHtmlExportMode
A parameter that sets modes for the HTML export. - exportQuality
- Type: Stimulsoft.Report.ExportStiHtmlExportQuality
A parameter which specifies a quality of the images in the resulted HTML document.
See Also