Skip to main content

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

public void ExportToText(
    Stream stream,
    TextExportOptions options
)

#Parameters

Name Type Description
stream Stream

A Stream object to which the created text file should be sent.

options TextExportOptions

A DevExpress.XtraPrinting.TextExportOptions object which specifies the TXT export options to be applied when a report is exported.

See Also