Skip to main content

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

NuGet Package: DevExpress.Data

#Declaration

[DataContract]
public abstract class EntityInfo<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.

See Also