共用方式為


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.