Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Comentarios
This property is only applicable for recursive groups.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering