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
Declaration
[SRCategory(ReportStringId.CatData)]
public object DataAdapter { get; set; }
<SRCategory(ReportStringId.CatData)>
Public Property DataAdapter As Object
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.
Implements
See Also
Feedback