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

ReportModel.ReportTitle Property

Specifies the report title (for printing on the report header).

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public string ReportTitle { get; set; }

Property Value

Type Description
String

A String value.

See Also