Version

DisplaySummariesAsCells Property

Returns true if summary results are to be displayed as cells, false if they are to be displayed as plain text.
Syntax
'Declaration
 
Public ReadOnly Property DisplaySummariesAsCells As Boolean
public bool DisplaySummariesAsCells {get;}
Remarks

By default summary results are displayed inside group-by record as summary cells that are aligned with their associated fields. You can change this behavior by setting the GroupBySummaryDisplayMode property to Text, in which case summary results will be displayed as part of the group-by record's description as plain text. DisplaySummariesAsCells property returns true if summary results are to be displayed as summary cells and returns false if they are to be displayed as plain text.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also