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

EntityInfo<TName>.DisplayName Property

Specifies the data source display name for a WPF Report Wizard.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[DataMember]
public string DisplayName { get; set; }

Property Value

Type Description
String

A String value, specifying the data source display name.

See Also