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