[]
Represents an object that can be used to export a SSRS report to Web archive (MHTML) format.
public class MhtmlExporter : Exporter, IDisposable
Name | Description |
---|---|
MhtmlExporter() |
Name | Description |
---|---|
ExportProvider | Gets an instance of a class derived from ExportProvider describing the export format associated with the current exporter. That instance can be used to retrieve static information about the current export format such as format description or default extension. |
OutlookCompat | Gets or sets a value indicating whether to render with extra metadata that makes the report look better in Outlook. The default value is true. |
Name | Description |
---|---|
CanExportRange(OutputRangeType) | Tests whether the specified type of range can be exported by the current exporter. |
GetDevInfo() | Returns DeviceInfo string for SSRS. |
GetFormat() | Returns format identifier for SSRS. |