TreeListExtension.ExportToPdf(TreeListSettings) Method
In This Article
Exports the TreeList’s data to PDF, based on the provided settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static ActionResult ExportToPdf(
TreeListSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Tree |
A Tree |
#Returns
Type | Description |
---|---|
Action |
A Action |
See Also