Propriété RecursiveLevel
Gets the calculated recursive level of this GroupInstance.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RecursiveLevel As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Int32
An int value that represents the calculated recursive level of this GroupInstance.
Notes
This property is only applicable for recursive groups.
Voir aussi