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
Visual Basic (Declaration) |
|
Public Property PopulateDateGroupingSubValues As Boolean |
Visual Basic (Usage) |
Copy Code |
Dim instance As DataEngine
Dim value As Boolean
instance.PopulateDateGroupingSubValues = value
value = instance.PopulateDateGroupingSubValues
|
C# |
|
public bool PopulateDateGroupingSubValues {get; set;} |
See Also