Back to Devexpress

DetailBand.HierarchyPrintOptions Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-detailband-593e2cd3.md

latest1.8 KB
Original Source

DetailBand.HierarchyPrintOptions Property

Provides options for hierarchical print mode.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatBehavior)]
public HierarchyPrintOptions HierarchyPrintOptions { get; }
vb
<SRCategory(ReportStringId.CatBehavior)>
Public ReadOnly Property HierarchyPrintOptions As HierarchyPrintOptions

Property Value

TypeDescription
HierarchyPrintOptions

Specifies hierarchy print settings.

|

Remarks

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

Note

You cannot use HierarchyPrintOptions if you use MultiColumn options.

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

See Also

DetailBand Class

DetailBand Members

DevExpress.XtraReports.UI Namespace