Back to Devexpress

PivotGridControl.ExportToText Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-exporttotext.md

latest1.0 KB
Original Source

PivotGridControl.ExportToText Method

NameParametersDescription
ExportToText(Stream, TextExportOptions)stream, optionsExports the pivot grid to the specified stream in text format, using the specified text-specific options.
ExportToText(Stream)streamExports the pivot grid to the specified stream in text format.
ExportToText(String, TextExportOptions)filePath, optionsExports the pivot grid to the specified file path in text format, using the specified text-specific options.
ExportToText(String)filePathExports the pivot grid to the specified file path in text format.