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

XRCrossTab.DataAdapter Property

Specifies the data adapter that populates the Cross Tab control’s data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultValue(null)]
[SRCategory(ReportStringId.CatData)]
public object DataAdapter { get; set; }

Property Value

Type Default Description
Object null

A data adapter object.

Remarks

Use this property if you bind your Cross Tab control to a DataSet object. The DataSource property specifies the Cross Tab’s data source.

See the Standard .NET Data Providers documentation section for information on how to use the DataAdapter property.

Implements

See Also