BaseView.ExportToXls(Stream) Method
Exports the GridControl.DefaultView‘s data to a stream in XLS format
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object, to which the created document is exported. |
Remarks
This method is equivalent to the GridControl.ExportToXls method.
See Also