Partilhar via


Propriedade do RDL Group.IsRecursive

Gets a value that indicates whether this group is recursive.

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

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

Group Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering