General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
GridViewExtension.ExportToXls(GridViewSettings, Object, XlsExportOptions) Method
Obsolete. Exports the grid's data to XLS format, based on the provided settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v19.2.dll
Declaration
[Obsolete("Use another overload of this method instead.")]
public static ActionResult ExportToXls(
GridViewSettings settings,
object dataObject,
XlsExportOptions exportOptions
)
<Obsolete("Use another overload of this method instead.")>
Public Shared Function ExportToXls(
settings As GridViewSettings,
dataObject As Object,
exportOptions As XlsExportOptions
) As ActionResult
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
Feedback