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

GridViewExtension.WriteXls(GridViewSettings, Object, Stream, XlsExportOptions) Method

OBSOLETE

Use another overload of this method instead.

Exports the grid’s data to a stream in XLS format with the specified export options.

Namespace: DevExpress.Web.Mvc

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

Declaration

[Obsolete("Use another overload of this method instead.", true)]
public static void WriteXls(
    GridViewSettings settings,
    object dataObject,
    Stream stream,
    XlsExportOptions exportOptions
)

Parameters

Name Type
settings GridViewSettings
dataObject Object
stream Stream
exportOptions XlsExportOptions
See Also