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

GridViewExtension.ExportToXls(GridViewSettings, Object, XlsExportOptions) Method

OBSOLETE

Use another overload of this method instead.

Exports the grid’s data to XLS format, based on the provided settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

[Obsolete("Use another overload of this method instead.")]
public static ActionResult ExportToXls(
    GridViewSettings settings,
    object dataObject,
    XlsExportOptions exportOptions
)

Parameters

Name Type Description
settings GridViewSettings

A GridViewSettings object that contains GridView settings.

dataObject Object

An object representing the GridView’s data source.

exportOptions XlsExportOptions

An XlsExportOptions object that provides export options.

Returns

Type Description
ActionResult

A ActionResult encapsulating the result of the grid data export operation.

See Also