Skip to main content
A newer version of this page is available. .

XtraReport.ExportToText Method

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