Skip to main content

EntityInfo<TName>.DisplayName Property

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

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Property Value

Type Description
String

A String value, specifying the data source display name.

See Also