Skip to main content

PivotGridControl.ExportToText Method

Name Parameters Description
ExportToText(Stream, TextExportOptions) stream, options Exports the control’s data to the specified stream in Text format using the specified options.
ExportToText(Stream, String, Encoding) stream, separator, encoding Exports the Pivot Grid Control’s data to a text document with the specified separator string, text encoding settings and sends it to the specified stream.
ExportToText(Stream, String) stream, separator Exports the Pivot Grid Control’s data to a text document with the specified separator string and sends it to the specified stream.
ExportToText(Stream) stream Exports the Pivot Grid Control’s data to a text document and sends it to the specified stream.
ExportToText(String, TextExportOptions) filePath, options Exports the control’s data to the specified file in Text format using the specified options.
ExportToText(String, String, Encoding) filePath, separator, encoding Exports the Pivot Grid Control’s data to a text document with the specified separator string and text encoding settings, and sends it to the specified file.
ExportToText(String, String) filePath, separator Exports the Pivot Grid Control’s data to a text file at the specified path and with the specified separator string.
ExportToText(String) filePath Exports the Pivot Grid Control’s data to a text file at the specified path.