GroupInstance.RecursiveLevel Property

Gets the calculated recursive level of this GroupInstance.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property RecursiveLevel As Integer
    Get
'Usage
Dim instance As GroupInstance
Dim value As Integer

value = instance.RecursiveLevel
public int RecursiveLevel { get; }
public:
property int RecursiveLevel {
    int get ();
}
member RecursiveLevel : int
function get RecursiveLevel () : int

Property Value

Type: System.Int32
An int value that represents the calculated recursive level of this GroupInstance.

Remarks

This property is only applicable for recursive groups.