Skip to main content
A newer version of this page is available. .

ASPxTreeListExporter.WriteRtf(Stream) Method

Exports data to a stream in RTF format.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public void WriteRtf(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object to which the data is exported.

See Also