Version

Position Property

Specifies whether the summary results are displayed aligned with the field or whether they are displayed left, center or right of the summary record.
Syntax
'Declaration
 
Public Property Position As SummaryPosition
public SummaryPosition Position {get; set;}
Remarks

By default summaries are displayed in the summary record aligned with the source field. You can use Position along with PositionFieldName properties to change this behavior and instead display the summary under a different field or display the summary left, center or right part of the summary record.

NOTE: If you want to control the visibility and display area of the summaries then use the DisplayArea property.

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