Back to Devexpress

PrintHelper.ExportToText Method

wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-exporttotext.md

latest2.1 KB
Original Source

PrintHelper.ExportToText Method

NameParametersDescription
ExportToText(IPrintableControl, Stream, TextExportOptions) staticsource, stream, optionsExports a report to the specified stream in text format using the specified TXT-specific options.
ExportToText(IPrintableControl, Stream) staticsource, streamExports a report to the specified stream in Text format.
ExportToText(IPrintableControl, String, TextExportOptions) staticsource, filePath, optionsExports a report to the specified file path in text format using the specified TXT-specific options.
ExportToText(IPrintableControl, String) staticsource, filePathExports a report to the specified file path in text format.
ExportToText(IBasePrintable, Stream, TextExportOptions) staticsource, stream, options
ExportToText(IBasePrintable, Stream) staticsource, stream
ExportToText(IBasePrintable, String, TextExportOptions) staticsource, filePath, options
ExportToText(IBasePrintable, String) staticsource, filePath