Skip to main content

PivotGridExtension.OLAPExportToXls Method

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