Skip to main content
A newer version of this page is available. .

ASPxPivotGridExporter.ExportToImage(String) Method

Exports the pivot grid to the specified file in PNG format.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public void ExportToImage(
    string filePath
)

Parameters

Name Type Description
filePath String

A String that specifies the path to the file, to which the grid’s data is exported.

See Also