Skip to main content
All docs
V26.1
  • DetailBand.HierarchyPrintOptions Property

    Provides options for hierarchical print mode.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v26.1.dll

    NuGet Package: DevExpress.Reporting.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 in the Visual Studio Report Designer topic for instructions on how to create a hierarchical report.

    See Also