TreeListExtension.ExportToXls(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, XlsExportOptions) Method
Exports the TreeList, which operates in virtual mode, to XLS, 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 ExportToXls(
TreeListSettings settings,
TreeListVirtualModeCreateChildrenMethod createChildrenMethod,
TreeListVirtualModeNodeCreatingMethod nodeCreatingMethod,
XlsExportOptions exportOptions
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Tree |
A Tree |
create |
Tree |
A delegate method of the Tree |
node |
Tree |
A delegate method of the Tree |
export |
Xls |
An Xls |
#Returns
Type | Description |
---|---|
Action |
A Action |