DataSourceInfo Properties
Contains information about a data source.| Name | Description |
|---|---|
| DisplayName | Specifies the data source display name for a WPF Report Wizard. Inherited from EntityInfo<TName>. |
| Name | Specifies the data source name. Inherited from EntityInfo<TName>. |
| TablesOrViewsSupported | For internal use. Specifies whether a datasource is table-based (e.g., a database), or object-model-based (e.g., an XPO object). |
See Also