Back to Devexpress

LinkBase.ExportToText Method

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

latest973 B
Original Source

LinkBase.ExportToText Method

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