Version

SummaryEvaluationMode Enumeration

Enum for specifying FieldLayoutSettings.SummaryEvaluationMode property.
Syntax
'Declaration
 
Public Enum SummaryEvaluationMode 
   Inherits System.Enum
public enum SummaryEvaluationMode : System.Enum 
Members
MemberDescription
AutoSummaries are calculated internally by the data presenter.
DefaultDefault is resolved to Internal.
ManualThe data presenter will not calculate summary values. You’ll have to perform the calculation and provide the result via the data presenter’s DataPresenterBase.QuerySummaryResult event.
UseLinqUses LINQ for calculating summaries. Note that the underlying data items and the data source must support LINQ. If LINQ is not supported then summaries will not be calculated.
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