Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the node level in the document map.
Espace de noms : Microsoft.ReportingServices.ReportProcessing
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Property Level As Integer
Get
Friend Set
'Utilisation
Dim instance As OnDemandDocumentMapNode
Dim value As Integer
value = instance.Level
public int Level { get; internal set; }
public:
property int Level {
int get ();
internal: void set (int value);
}
member Level : int with get, internal set
function get Level () : int
internal function set Level (value : int)
Valeur de propriété
Type : System.Int32
An integer value that represents the node level.