DbConnectionDataProvider.TablesOrViewsSupported Property
For internal use. Specifies whether a data source is table-based (e.g., a database), or object-model-based (e.g., an XPO object).
Namespace: DevExpress.XtraReports.Data
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the data source is table-based; otherwise false. |
Implements
See Also