Compartir a través de


Group.IsRecursive Propiedad

Gets a value that indicates whether this group is recursive.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsRecursive As Boolean 
    Get
'Uso
Dim instance As Group 
Dim value As Boolean 

value = instance.IsRecursive
public bool IsRecursive { get; }
public:
property bool IsRecursive {
    bool get ();
}
member IsRecursive : bool
function get IsRecursive () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

Group Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering