RecursiveLevel Propiedad
Gets the calculated recursive level of this GroupInstance.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Int32
An int value that represents the calculated recursive level of this GroupInstance.
Notas
This property is only applicable for recursive groups.