ASPxPivotGridExporter.ASPxPivotGridID Property
Gets or sets the programmatic identifier of the associated ASPxPivotGrid control.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The programmatic identifier assigned to the ASPxPivotGrid control. |
Remarks
To export ASPxPivotGrid data, create an ASPxPivotGridExporter control instance in addition to ASPxPivotGrid and assign ASPxPivotGrid’s ID to the ASPxPivotGridExporter.ASPxPivotGridID
property value.
Note
If the ASPxPivotGridExporter.ASPxPivotGridID
property value is String.Empty, data of the first pivot grid found on a page will be exported.
See Also