다음을 통해 공유


UniqueName 속성

Gets or sets the unique name of the report item or grouping that this node should point to.

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

구문

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

value = instance.UniqueName

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

속성 값

유형: System. . :: . .String
A String value.