Click or drag to resize

StiMhtExportServiceExportMht Method (StiReport, Stream, StiHtmlExportSettings)

Exports a rendered report to the MHT format.

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

Parameters

report
Type: Stimulsoft.ReportStiReport

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

stream
Type: System.IOStream

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

settings
Type: Stimulsoft.Report.ExportStiHtmlExportSettings

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

See Also