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

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.v19.1.dll

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

Declaration

public bool TablesOrViewsSupported { get; }

Property Value

Type Description
Boolean

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

See Also