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

TreeListExtension.ExportToRtf(TreeListSettings, String, RtfExportOptions) Method

Exports the TreeList’s data to RTF, based on the provided settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public static ActionResult ExportToRtf(
    TreeListSettings settings,
    string fileName,
    RtfExportOptions exportOptions
)

Parameters

Name Type Description
settings TreeListSettings

A TreeListSettings object that contains Tree List settings.

fileName String

A String value that specifies the target file name.

exportOptions RtfExportOptions

A RtfExportOptions object that provides export options.

Returns

Type Description
ActionResult

A ActionResult encapsulating the result of the Tree List data export operation.

See Also