Skip to main content

PivotGridExtension.OLAPExportToRtf Method

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