Skip to main content

SetReportTitlePage.Title Property

Specifies the report title text.

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

Assembly: DevExpress.Xpf.ReportDesigner.v23.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