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

TreeListExtension.ExportToPdf(TreeListSettings, Object, Boolean) Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public static ActionResult ExportToPdf(
    TreeListSettings settings,
    object dataObject,
    bool saveAsFile
)

Parameters

Name Type Description
settings TreeListSettings

A TreeListSettings object that contains Tree List settings.

dataObject Object

An object representing the TreeList’s data source.

saveAsFile Boolean

true to display the File Download dialog; false to display the file with exported data within a page.

Returns

Type Description
ActionResult

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

See Also