.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > DataEngine Class : PopulateDateGroupingSubValues Property
PopulateDateGroupingSubValues Property (DataEngine)
When using date grouping the main value in the element is derived from the actual values in the database or data provided to .netCHARTING. This property controls whether these subvalues used in the calculation to determine the element value are added to SubValues or not. By default, such values are not added to the element subvalues.
Syntax
'Declaration
 
Public Property PopulateDateGroupingSubValues As Boolean
'Usage
 
Dim instance As DataEngine
Dim value As Boolean
 
instance.PopulateDateGroupingSubValues = value
 
value = instance.PopulateDateGroupingSubValues
public bool PopulateDateGroupingSubValues {get; set;}
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