Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the unique name of the report item or grouping that this node should point to.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property UniqueName As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A String value.