property Pivot.ShowBranchRows as ShowBranchRowsEnum
Indicates how the branch rows displays the information ( divider items ).

TypeDescription
ShowBranchRowsEnum A ShowBranchRowsEnum expression that specifies the way the rows are being shown in the control's list.
By default, the ShowBranchRows property is exBranchTree. Use the ShowBranchRows property to let the control displays the rows in a compact way as follows. The HasLines property enhances the graphic representation of a grid control's hierarchy by drawing lines that link child items to their corresponding parent item. The LinesAtRoot property link items at the root of the hierarchy. The DrawGridLines property specifies whether the control displays the grid lines. Use the ShowViewCompact property on exViewCompact to summarize multiple aggregate functions on the same cell. 

The following screen shot shows the data using the  ShowBranchRows property on exBranchCompact:

The following screen shot shows the data using the  ShowBranchRows property on exBranchTree ( default ):

The following screen shot shows the data using the  ShowBranchRows property on exBranchTree + exBranchRowDivider:

The following screen shot shows the data using the  ShowBranchRows property on exBranchTree + exBranchIncludeAggregate: