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

ASPxTreeListExporter.WriteXlsToResponse(String) Method

Exports data to the specified file in XLS format and writes it to the Response in the binary format.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public void WriteXlsToResponse(
    string fileName
)

Parameters

Name Type Description
fileName String

A String value that specifies the target file name.

See Also