Skip to main content

ReportContainer.DisplayName Property

Gets the report’s display name.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v25.2.dll

NuGet Package: DevExpress.ExpressApp.ReportsV2

Declaration

public string DisplayName { get; }

Property Value

Type Description
String

A string which is the report’s display name.

Implements

See Also