Version

SummaryRecord Class

Summary record displays summary results.
Syntax
'Declaration
 
Public Class SummaryRecord 
   Inherits Record
   Implements Infragistics.Collections.ISparseArrayItem, Infragistics.Collections.ISparseArrayMultiItem, Infragistics.Windows.Selection.ISelectableItem 
public class SummaryRecord : Record, Infragistics.Collections.ISparseArrayItem, Infragistics.Collections.ISparseArrayMultiItem, Infragistics.Windows.Selection.ISelectableItem  
Remarks

SummaryRecord displays summary results of a record collection. It's displayed either above or below the data records based on the FieldSettings.SummaryDisplayArea property setting.

RecordCollection's RecordCollectionBase.SummaryResults property can be used to access summary calculation results for that record collection. To actually add summaries in code, use the FieldLayout's FieldLayout.SummaryDefinitions property.

Note that SummaryRecord object is not involved in displaying summary results inside each group-by record element.

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