Skip to main content

ReportDataV2.DisplayName Property

Specifies the report’s display name.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.Persistent.BaseImpl.EFCore.v25.2.dll

NuGet Package: DevExpress.Persistent.BaseImpl.EFCore

Declaration

public virtual string DisplayName { get; set; }

Property Value

Type Description
String

A string which is the report’s display name.

Implements

See Also