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

ReportDesignerDocument.Title Property

Gets the title of the current report designer document. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public string Title { get; }

Property Value

Type Description
String

A string value that specifies the document title.

See Also