Skip to main content

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