Version

SummaryDisplayAreas Enumeration

Used for specifying where summaries are displayed.
Syntax
'Declaration
 
Public Enum SummaryDisplayAreas 
   Inherits System.Enum
public enum SummaryDisplayAreas : System.Enum 
Members
MemberDescription
BottomSummary is displayed in the summary record at the bottom of each record collection.
BottomFixedSame as Bottom except the summary record is fixed (non-scrolling) so that it remains in view when other data reocrds are scrolled.
DataRecordsOnlySummary records are displayed for data record collections only. When there are group-by records, the summary records are not displayed for group-by record collections.
InGroupByRecordsSummaries are displayed in each group-by record.
NoneThe summary is hidden.
TopSummary is displayed in the summary record at the top of each record collection.
TopFixedSame as Top except the summary record is fixed (non-scrolling) so that it remains in view when other data records are scrolled.
TopLevelOnlyThis option only makes a difference when there are group-by records. When there are group-by records, by default the summary records are displayed at all levels. With this option, the summary record is displayed only for top-level record collection.
Remarks

SummaryDisplayAreas is used for specifying FieldSettings.SummaryDisplayArea and SummaryDefinition.DisplayArea properties. It controls if and where to display summaries.

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