Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PrintHelper.ExportToText Method

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