LinkBase.ExportToMht Method
Name | Parameters | Description |
---|---|---|
ExportToMht(Stream, MhtExportOptions) | stream, options | Exports a report to the specified stream in MHT format using the specified MHT-specific options. |
ExportToMht(Stream) | stream | Exports a report to the specified stream in MHT format. |
ExportToMht(String, MhtExportOptions) | filePath, options | Exports a report to the specified file path in MHT format using the specified MHT-specific options. |
ExportToMht(String) | filePath | Exports a report to the specified file path in MHT format. |