'Declaration Public Enum SummaryDisplayAreas Inherits System.Enum
public enum SummaryDisplayAreas : System.Enum
Member | Description |
---|---|
Bottom | Summary is displayed in the summary record at the bottom of each record collection. |
BottomFixed | Same as Bottom except the summary record is fixed (non-scrolling) so that it remains in view when other data reocrds are scrolled. |
DataRecordsOnly | Summary 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. |
InGroupByRecords | Summaries are displayed in each group-by record. |
None | The summary is hidden. |
Top | Summary is displayed in the summary record at the top of each record collection. |
TopFixed | Same as Top except the summary record is fixed (non-scrolling) so that it remains in view when other data records are scrolled. |
TopLevelOnly | This 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. |
SummaryDisplayAreas is used for specifying FieldSettings.SummaryDisplayArea and SummaryDefinition.DisplayArea properties. It controls if and where to display summaries.
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