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

XtraReportBase.DataAdapter Property

Specifies the data adapter that should be used to populate a report’s data source.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

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

Property Value

Type Description
Object

A Object which represents the report’s data adapter.

Remarks

Only non-parameterized data adapters can be assigned to the DataAdapter property.

A report’s data source is determined by the XtraReportBase.DataSource property.

For more information on using the DataAdapter property, refer to the Standard .NET Data Providers document.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DataAdapter property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also