Condividi tramite


Proprietà Group.IsRecursive

Gets a value that indicates whether this group is recursive.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsRecursive As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

Group Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering