GridViewExtension.WriteXlsx(GridViewSettings, Object, Stream, XlsxExportOptions) Method
Obsolete. Exports data to a stream in XLSX format with the specified export settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
[Obsolete("Use another overload of this method instead.", true)]
public static void WriteXlsx(
GridViewSettings settings,
object dataObject,
Stream stream,
XlsxExportOptions exportOptions
)
<Obsolete("Use another overload of this method instead.", True)>
Public Shared Sub WriteXlsx(
settings As GridViewSettings,
dataObject As Object,
stream As Stream,
exportOptions As XlsxExportOptions
)
Parameters
Name | Type |
---|---|
settings | GridViewSettings |
dataObject | Object |
stream | Stream |
exportOptions | XlsxExportOptions |
See Also
Feedback