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

PivotGridExtension.ExportToText Method

Name Parameters Description
ExportToText(PivotGridSettings, Object, TextExportOptions) static settings, dataObject, exportOptions Exports the pivot grid’s data in text format, based on the provided settings.
ExportToText(PivotGridSettings, Object, Boolean, TextExportOptions) static settings, dataObject, saveAsFile, exportOptions Exports the pivot grid’s data in text format, based on the provided settings.
ExportToText(PivotGridSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the pivot grid’s data in text format, based on the provided settings.
ExportToText(PivotGridSettings, Object, Stream, TextExportOptions) static settings, dataObject, stream, exportOptions Exports the pivot grid’s data in text format, based on the provided settings.
ExportToText(PivotGridSettings, Object, Stream) static settings, dataObject, stream Exports the pivot grid’s data in text format, based on the provided settings.
ExportToText(PivotGridSettings, Object, String, TextExportOptions) static settings, dataObject, fileName, exportOptions Exports the pivot grid’s data in text format, based on the provided settings.
ExportToText(PivotGridSettings, Object, String, Boolean, TextExportOptions) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the pivot grid’s data in text format, based on the provided settings.
ExportToText(PivotGridSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the pivot grid’s data in text format, based on the provided settings.
ExportToText(PivotGridSettings, Object, String) static settings, dataObject, fileName Exports the pivot grid’s data in text format, based on the provided settings.
ExportToText(PivotGridSettings, Object) static settings, dataObject Exports the pivot grid’s data in text format, based on the provided settings.