StiHtmlExportServiceExportHtml Method (StiReport, Stream, StiHtmlExportSettings) |
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,
StiHtmlExportSettings settings
)
Public Sub ExportHtml (
report As StiReport,
stream As Stream,
settings As StiHtmlExportSettings
)
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.StiHtmlExportService.ExportHtml(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.Export.StiHtmlExportSettings)"]
See Also