A newer version of this page is available.
Switch to the current version.
EntityInfo<TName> Class
The base class for the DataSourceInfo, TableInfo and ColumnInfo objects that are stored in a Report Wizard's model.
Namespace: DevExpress.Data.XtraReports.DataProviders
Assembly: DevExpress.Data.v18.2.dll
Declaration
[DataContract]
public abstract class EntityInfo<TName>
<DataContract>
Public MustInherit Class EntityInfo(Of TName)
Type Parameters
Name |
---|
TName |
Remarks
The EntityInfo<TName> class is used by a WPF Report Wizard for assistance in working with report datasources. In most scenarios, you do not need to use this class by yourself.
Inheritance
See Also
Feedback