Version

HeaderPlacementInGroupBy Enumeration

Determines where header's are placed when there are groupby records displayed
Syntax
'Declaration
 
Public Enum HeaderPlacementInGroupBy 
   Inherits System.Enum
public enum HeaderPlacementInGroupBy : System.Enum 
Members
MemberDescription
DefaultThe default (resolves to 'WithDataRecords' unless HeaderPlacement is explicitly set to 'OnTopOnly' or FilterUIType resolves to 'LabelIcons')
OnTopOnlyA header will only appear at the top of the groupby records.
WithDataRecordsA header will appear at the top each island of DataRecords and will not appear on top of the groupby records unless there is an associated FilterRecord or SummaryRecord on top.
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