Compartilhar via


Propriedade do RDL GroupInstance.RecursiveLevel

Gets the calculated recursive level of this GroupInstance.

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

Sintaxe

'Declaração
Public ReadOnly Property RecursiveLevel As Integer 
    Get
'Uso
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

Valor da propriedade

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

Comentários

This property is only applicable for recursive groups.

Consulte também

Referência

GroupInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering