DateGroupingCalculation Property (DataEngine)
Gets or sets an enum which determines how values are grouped to create a single element value.
Syntax
'Declaration Public Property DateGroupingCalculation As Calculation
'Usage Dim instance As DataEngine Dim value As Calculation instance.DateGroupingCalculation = value value = instance.DateGroupingCalculation
public Calculation DateGroupingCalculation {get; set;}
Remarks
When dategrouping is used, if an element has more than one value, a Calculation is performed on those values.
Requirements
Target Platforms: Windows 7, 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