Поделиться через


Свойство 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.

См. также

Справочник

OnDemandDocumentMapNode Класс

Пространство имен Microsoft.ReportingServices.ReportProcessing