OnDemandDocumentMapNode.Level 属性

Gets the node level in the document map.

命名空间:  Microsoft.ReportingServices.ReportProcessing
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Property Level As Integer
    Get
    Friend Set
用法
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)

属性值

类型:System.Int32
An integer value that represents the node level.