Skip to main content

PivotGridExtension.ExportToMht Method

Name Parameters Description
ExportToMht(PivotGridSettings, Object, MhtExportOptions) static settings, dataObject, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings.
ExportToMht(PivotGridSettings, Object, Boolean, MhtExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings.
ExportToMht(PivotGridSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the pivot grid’s data to MHT format, based on the provided settings.
ExportToMht(PivotGridSettings, Object, Stream, MhtExportOptions) static settings, dataObject, stream, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings.
ExportToMht(PivotGridSettings, Object, Stream) static settings, dataObject, stream Exports the pivot grid’s data to MHT format, based on the provided settings.
ExportToMht(PivotGridSettings, Object, String, MhtExportOptions) static settings, dataObject, fileName, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings.
ExportToMht(PivotGridSettings, Object, String, Boolean, MhtExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings.
ExportToMht(PivotGridSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the pivot grid’s data to MHT format, based on the provided settings.
ExportToMht(PivotGridSettings, Object, String) static settings, dataObject, fileName Exports the pivot grid’s data to MHT format, based on the provided settings.
ExportToMht(PivotGridSettings, Object) static settings, dataObject Exports the pivot grid’s data to MHT format, based on the provided settings.