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

XtraReport.DisplayName Property

Specifies text displayed in the report title of a corresponding End-User Designer‘s tab, as well as the default file name of the exported document.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatDesign)]
public string DisplayName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value, specifying the report’s display name.

Remarks

The following image demonstrates how the DisplayName property works.

XtraReport-DisplayName

See Also