Click or drag to resize

StiHtml5ExportServiceExportHtml Method

Exports a document to the HTML5.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportHtml(
	StiReport report,
	Stream stream,
	StiHtmlExportSettings settings
)

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.
settings
Type: Stimulsoft.Report.ExportStiHtmlExportSettings

[Missing <param name="settings"/> documentation for "M:Stimulsoft.Report.Export.StiHtml5ExportService.ExportHtml(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.Export.StiHtmlExportSettings)"]

See Also