Click or drag to resize

StiHtmlExportServiceExportHtml Method (StiReport, StiHtmlTextWriter, Double, ImageFormat, Int32, StiHtmlExportMode, StiHtmlExportQuality, StiHtmlExportBookmarksMode, Int32)

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,
	int pageIndex,
	StiHtmlExportMode exportMode,
	StiHtmlExportQuality exportQuality,
	StiHtmlExportBookmarksMode exportBookmarksMode,
	int bookmarksTreeWidth
)

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 images in the resulted HTML document.
pageIndex
Type: SystemInt32
An index of the exported page.
exportMode
Type: Stimulsoft.Report.ExportStiHtmlExportMode
A parameter that sets modes for the HTML export.
exportQuality
Type: Stimulsoft.Report.ExportStiHtmlExportQuality
A parameter that specifies a quality of images in the resulted HTML document.
exportBookmarksMode
Type: Stimulsoft.Report.ExportStiHtmlExportBookmarksMode

[Missing <param name="exportBookmarksMode"/> documentation for "M:Stimulsoft.Report.Export.StiHtmlExportService.ExportHtml(Stimulsoft.Report.StiReport,Stimulsoft.Report.Export.StiHtmlTextWriter,System.Double,System.Drawing.Imaging.ImageFormat,System.Int32,Stimulsoft.Report.Export.StiHtmlExportMode,Stimulsoft.Report.Export.StiHtmlExportQuality,Stimulsoft.Report.Export.StiHtmlExportBookmarksMode,System.Int32)"]

bookmarksTreeWidth
Type: SystemInt32

[Missing <param name="bookmarksTreeWidth"/> documentation for "M:Stimulsoft.Report.Export.StiHtmlExportService.ExportHtml(Stimulsoft.Report.StiReport,Stimulsoft.Report.Export.StiHtmlTextWriter,System.Double,System.Drawing.Imaging.ImageFormat,System.Int32,Stimulsoft.Report.Export.StiHtmlExportMode,Stimulsoft.Report.Export.StiHtmlExportQuality,Stimulsoft.Report.Export.StiHtmlExportBookmarksMode,System.Int32)"]

See Also