Skip to main content
A newer version of this page is available. .

PivotGridExtension.OLAPExportToMht Method

Name Parameters Description
OLAPExportToMht(PivotGridSettings, String, MhtExportOptions) static settings, connectionString, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToMht(PivotGridSettings, String, Boolean, MhtExportOptions) static settings, connectionString, saveAsFile, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToMht(PivotGridSettings, String, Boolean) static settings, connectionString, saveAsFile Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToMht(PivotGridSettings, String, Stream, MhtExportOptions) static settings, connectionString, stream, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToMht(PivotGridSettings, String, Stream) static settings, connectionString, stream Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToMht(PivotGridSettings, String, String, MhtExportOptions) static settings, connectionString, fileName, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToMht(PivotGridSettings, String, String, Boolean, MhtExportOptions) static settings, connectionString, fileName, saveAsFile, exportOptions Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToMht(PivotGridSettings, String, String, Boolean) static settings, connectionString, fileName, saveAsFile Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToMht(PivotGridSettings, String, String) static settings, connectionString, fileName Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.
OLAPExportToMht(PivotGridSettings, String) static settings, connectionString Exports the pivot grid’s data to MHT format, based on the provided settings. Used only in an OLAP mode.