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

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(IPrintable, Stream, TextExportOptions) static source, stream, options Exports a report to the specified stream in text format using the specified TXT-specific options.
ExportToText(IPrintable, Stream) static source, stream Exports a report to the specified stream in Text format.
ExportToText(IPrintable, String, TextExportOptions) static source, filePath, options Exports a report to the specified file path in text format using the specified TXT-specific options.
ExportToText(IPrintable, String) static source, filePath Exports a report to the specified file path in text format.