LinkBase.ExportToText Method
| Name | Parameters | Description |
|---|---|---|
| ExportToText(Stream, TextExportOptions) | stream, options | Exports a report to the specified stream in text format using the specified TXT-specific options. |
| ExportToText(Stream) | stream | Exports a report to the specified stream in Text format. |
| ExportToText(String, TextExportOptions) | filePath, options | Exports a report to the specified file path in text format using the specified TXT-specific options. |
| ExportToText(String) | filePath | Exports a report to the specified file path in text format. |