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

DataSourceInfo.TablesOrViewsSupported Property

For internal use. Specifies whether a datasource is table-based (e.g., a database), or object-model-based (e.g., an XPO object).

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v18.2.dll

Declaration

[DataMember]
public bool TablesOrViewsSupported { get; set; }

Property Value

Type Description
Boolean

true if the datasource is table-based; otherwise false.

See Also