ASPxPivotGridExporter.ExportToImage(Stream, ImageExportOptions) Method
Exports the pivot grid to the specified stream in an image format using the specified options.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object, to which the created document is exported. |
options | ImageExportOptions | A ImageExportOptions object that specifies export options to be applied when the control’s data is exported. |
Remarks
Note
The following image formats are supported:
PNG, BMP, GIF, JPEG, TIFF, EMF, WMF, ICO
See Also