TreeListExtension.ExportToXls(TreeListSettings, Object, XlsExportOptions) Method
In This Article
Exports the TreeList’s data 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,
object dataObject,
XlsExportOptions exportOptions
)
#Parameters
Name | Type | Description |
---|---|---|
settings | Tree |
A Tree |
data |
Object | An object representing the Tree |
export |
Xls |
An Xls |
#Returns
Type | Description |
---|---|
Action |
A Action |
See Also