Skip to main content

PivotGridExtension.OLAPExportToDocx Method

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