Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public void ExportToImage(
    Stream stream,
    ImageExportOptions options
)

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