Back to Devexpress

PivotGridControl.ExportToText Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-exporttotext.md

latest2.3 KB
Original Source

PivotGridControl.ExportToText Method

NameParametersDescription
ExportToText(Stream, TextExportOptions)stream, optionsExports the control’s data to the specified stream in Text format using the specified options.
ExportToText(Stream, String, Encoding)stream, separator, encodingExports 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, separatorExports the Pivot Grid Control’s data to a text document with the specified separator string and sends it to the specified stream.
ExportToText(Stream)streamExports the Pivot Grid Control’s data to a text document and sends it to the specified stream.
ExportToText(String, TextExportOptions)filePath, optionsExports the control’s data to the specified file in Text format using the specified options.
ExportToText(String, String, Encoding)filePath, separator, encodingExports 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, separatorExports the Pivot Grid Control’s data to a text file at the specified path and with the specified separator string.
ExportToText(String)filePathExports the Pivot Grid Control’s data to a text file at the specified path.