Skip to main content

ASPxPivotGridExporter.ExportToImage(String, ImageExportOptions) Method

Exports the pivot grid to the specified file 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(
    string filePath,
    ImageExportOptions options
)

Parameters

Name Type Description
filePath String

A String that specifies the path to the file, to which the grid’s data 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