Gets or sets a value indicating for what group
GroupBase.Level the running statistical function will be calculated.
'Declaration
<DescriptionAttribute("Indicates for what group level the running statistical function will be calculated.")>
<CategoryAttribute("Data")>
Public Property RunningStatGroupLevel As Integer
'Usage
Dim instance As SummaryRow
Dim value As Integer
instance.RunningStatGroupLevel = value
value = instance.RunningStatGroupLevel
[Description("Indicates for what group level the running statistical function will be calculated.")]
[Category("Data")]
public int RunningStatGroupLevel {get; set;}
Property Value
A value indicating for what group
GroupBase.Level the running statistical function will be calculated. By default,
DefaultRunningStatGroupLevel. If -1 (default), the result of the statistical function will be limited to the parent group (no running stat).
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