Partager via


Propriété DocumentMapNode.UniqueName

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

Espace de noms :  ReportExecution2005
Assembly :  ReportExecution2005 (en ReportExecution2005.dll)

Syntaxe

'Déclaration
Public Property UniqueName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A String value.

Voir aussi

Référence

DocumentMapNode Classe

Espace de noms ReportExecution2005