XRPivotGrid.DataAdapter Property
Gets or sets the data adapter used to populate the pivot grid’s data source.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
public object DataAdapter { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Object | null | A Object which represents the pivot grid’s data adapter. |
Remarks
Use the DataAdapter property to specify a data adapter that will populate the pivot grid’s data source, assigned via the XRPivotGrid.DataSource property.
The main purpose of this property is to populate the pivot grid’s data source when generating a report document (e.g. when previewing a report at design time).
See Also