'Declaration Public Enum SummaryEvaluationMode Inherits System.Enum
public enum SummaryEvaluationMode : System.Enum
Member | Description |
---|---|
Auto | Summaries are calculated internally by the data presenter. |
Default | Default is resolved to Internal. |
Manual | The 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. |
UseLinq | Uses 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. |
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