PivotGridControl.ExportToText Method
Name | Parameters | Description |
---|---|---|
Export |
stream, options | Exports the control’s data to the specified stream in Text format using the specified options. |
Export |
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. |
Export |
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. |
Export |
stream | Exports the Pivot Grid Control’s data to a text document and sends it to the specified stream. |
Export |
file |
Exports the control’s data to the specified file in Text format using the specified options. |
Export |
file |
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. |
Export |
file |
Exports the Pivot Grid Control’s data to a text file at the specified path and with the specified separator string. |
Export |
file |
Exports the Pivot Grid Control’s data to a text file at the specified path. |