DocumentMapNode.Label 속성

Gets or sets the label to be displayed for this node.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property Label As String 
    Get 
    Set
‘사용 방법
Dim instance As DocumentMapNode 
Dim value As String 

value = instance.Label

instance.Label = value
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
member Label : string with get, set
function get Label () : String 
function set Label (value : String)

속성 값

유형: System.String
A String value containing the node label.

참고 항목

참조

DocumentMapNode 클래스

ReportExecution2005 네임스페이스