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

TableInfo Class

When connecting to a data source using the WPF Report Wizard, assigns identifiers to data tables, views and stored procedures, as well as their data members.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v18.2.dll

Declaration

[DataContract]
public class TableInfo :
    EntityInfo<string>,
    ICloneable

The following members return TableInfo objects:

Library Related API Members
Cross-Platform Class Library ISelectDataMemberPageView.SelectedDataMemberName
ReportModel.DataMemberName
Reporting ReportModel.DataMemberName

Inheritance

See Also