Właściwość DocumentMapNode.UniqueName
Pobiera lub ustawia unikatową nazwę element raportu lub grupowanie, którą powinno wskazywać tego węzła.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property UniqueName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartości.