Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.