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

ReportDataV2.DisplayName Property

Specifies the report’s display name.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.v18.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