Back to Devexpress

ASPxPivotGridExporter.ExportToText Method

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-dot-exporttotext.md

latest2.2 KB
Original Source

ASPxPivotGridExporter.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 default ASPxPivotGrid’s data to a stream in TXT format using the specified separator string and encoding settings.
ExportToText(Stream, String)stream, separatorExports the ASPxPivotGrid’s data to a stream in TXT format using the specified separator string.
ExportToText(Stream)streamExports the default ASPxPivotGrid’s data to a stream in TXT format.
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 ASPxPivotGrid’s data to a file in TXT format using the specified separator string and encoding settings.
ExportToText(String, String)filePath, separatorExports the ASPxPivotGrid’s data to a file in TXT format using the specified separator string.
ExportToText(String)filePathExports the default ASPxPivotGrid’s data to the specified file in TXT format.