Skip to main content

IDataProvider.TablesOrViewsSupported Property

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

bool TablesOrViewsSupported { get; }

Property Value

Type Description
Boolean

true if the data source is table-based; otherwise false.

See Also