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