GridViewExtension.WriteXlsxToResponse(GridViewSettings, Object, Boolean, XlsxExportOptions) Method
OBSOLETE
Use the ExportToXlsx method instead.
Exports data to a file in XLSX format, and writes it to the Response in binary format.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the ExportToXlsx method instead.", true)]
public static void WriteXlsxToResponse(
GridViewSettings settings,
object dataObject,
bool saveAsFile,
XlsxExportOptions exportOptions
)
Parameters
Name | Type |
---|---|
settings | GridViewSettings |
dataObject | Object |
saveAsFile | Boolean |
exportOptions | XlsxExportOptions |
See Also