Skip to main content

ASPxPivotGridExporter.ASPxPivotGridID Property

Gets or sets the programmatic identifier of the associated ASPxPivotGrid control.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ASPxPivotGridID { get; set; }

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