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.