Propriété IsRecursive
Gets a value that indicates whether this group is recursive.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsRecursive As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi