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

SetReportTitlePage.Title Property

Specifies the report title text.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual string Title { get; set; }

Property Value

Type Description
String

A String value that specifies the report title.

See Also