Back to Devexpress

ASPxPivotGridExporter.ASPxPivotGridID Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-e4baea8d.md

latest1.8 KB
Original Source

ASPxPivotGridExporter.ASPxPivotGridID Property

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

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ASPxPivotGridID { get; set; }
vb
<DefaultValue("")>
Public Property ASPxPivotGridID As String

Property Value

TypeDefaultDescription
StringString.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

ASPxPivotGridExporter Class

ASPxPivotGridExporter Members

DevExpress.Web.ASPxPivotGrid Namespace