Skip to main content
.NET Framework 4.6.2+

ReportDataV2.DisplayName Property

Specifies the report’s display name.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.2.dll

Declaration

[Persistent("Name")]
public string DisplayName { get; set; }

Property Value

Type Description
String

A string which is the report’s display name.

Implements

See Also