LinkBase.ExportToText(Stream, TextExportOptions) Method
In This Article
Exports a report to the specified stream in text format using the specified TXT-specific options.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object to which the created text file should be sent. |
options | Text |
A DevExpress. |
See Also