Skip to main content

LinkBase.ExportToRtf(Stream, RtfExportOptions) Method

In This Article

Exports a report to the specified stream in RTF format using the specified RTF-specific options.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public void ExportToRtf(
    Stream stream,
    RtfExportOptions options
)

#Parameters

Name Type Description
stream Stream

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

options RtfExportOptions

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

See Also