Skip to main content

ReportManagerService.DisplayName Property

Gets or sets a value specifying the report’s title.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public string DisplayName { get; set; }

Property Value

Type Description
String

The text displayed in the reports tab within the Report Designer.

See Also