Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRChart.DataAdapter Property

Gets or sets the data adapter used to populate the chart control’s data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.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 chart’s data adapter.

#Remarks

Use the DataAdapter property to specify a data adapter that will populate the chart control’s data source, assigned via the XRChart.DataSource property.

The main purpose of this property is to populate the chart control’s data source when generating a report document (e.g. when previewing a report at design time).

See Also