DocumentMapNode.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.

请参阅

参考

DocumentMapNode 类

ReportExecution2005 命名空间