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

TreeListExtension.ExportToPdf(TreeListSettings, PdfExportOptions) 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,
    PdfExportOptions exportOptions
)

Parameters

Name Type Description
settings TreeListSettings

A TreeListSettings object that contains Tree List settings.

exportOptions PdfExportOptions

A PdfExportOptions object that provides export options.

Returns

Type Description
ActionResult

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

See Also