TreeListExtension.ExportToDocx(TreeListSettings, TreeListVirtualModeCreateChildrenMethod, TreeListVirtualModeNodeCreatingMethod, DocxExportOptions) Method
Exports the TreeList, which operates in virtual mode, to DOCX, 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 ExportToDocx(
TreeListSettings settings,
TreeListVirtualModeCreateChildrenMethod createChildrenMethod,
TreeListVirtualModeNodeCreatingMethod nodeCreatingMethod,
DocxExportOptions 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 |
Docx |
A Docx |
#Returns
Type | Description |
---|---|
Action |
A Action |