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

ReportDocumentMap.ShowTreeLines Property

Specifies whether or not tree lines are displayed within a Document Map.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

[DefaultValue(false)]
public bool ShowTreeLines { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display tree lines; otherwise, false.

See Also