Skip to main content

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

NuGet Package: DevExpress.Data

Declaration

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

Property Value

Type Description
Boolean

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

See Also