Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace