Version

SummaryPosition Enumeration

Used for specifying where to position the summary in the summary record.
Syntax
'Declaration
 
Public Enum SummaryPosition 
   Inherits System.Enum
public enum SummaryPosition : System.Enum 
Members
MemberDescription
CenterPosition the summary center in free-form area of the summary record.
DefaultDefault is resolved to UseSummaryPositionField.
LeftPosition the summary left in free-form area of the summary record.
RightPosition the summary right in free-form area of the summary record.
UseSummaryPositionFieldPosition the summary in the summary record aligned with the field specified by the SummaryDefinition.PositionFieldName property. If SummaryPositionField is not set then the summary will be aligned with the summary’s SummaryDefinition.SourceFieldName.
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