DetailBand.HierarchyPrintOptions Property
Provides options for hierarchical print mode.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[SRCategory(ReportStringId.CatBehavior)]
public HierarchyPrintOptions HierarchyPrintOptions { get; }
#Property Value
Type | Description |
---|---|
Hierarchy |
Specifies hierarchy print settings. |
#Remarks
Set the HierarchyPrintOptions class properties to print the Detail band‘s data in tree mode.
Note
You cannot use Hierarchy
Refer to the Create a Hierarchical Report in the Visual Studio Report Designer topic for instructions on how to create a hierarchical report.