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

DetailBand.HierarchyPrintOptions Property

Provides options for hierarchical print mode.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public HierarchyPrintOptions HierarchyPrintOptions { get; }

Property Value

Type Description
HierarchyPrintOptions

Specifies hierarchy print settings.

Remarks

Set the HierarchyPrintOptions class’ properties to print the Detail band‘s data in tree mode.

HierarchicalReport-Result

Note

You cannot use HierarchyPrintOptions if you use MultiColumn options.

Refer to the Create a Hierarchical Report topic for instructions on how to create a hierarchical report.

See Also