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

ReportManagerService.DisplayName Property

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

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

Declaration

public string DisplayName { get; set; }

Property Value

Type Description
String

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

See Also