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.v19.1.dll

Declaration

public string Title { get; }

Property Value

Type Description
String

A string value that specifies the document title.

See Also