Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the node level in the document map.
Namespace: Microsoft.ReportingServices.ReportProcessing
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property Level As Integer
Get
Friend Set
'Usage
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)
Property Value
Type: System.Int32
An integer value that represents the node level.