DocumentMapNode.UniqueName Property
Gets or sets the unique name of the report item or grouping that this node should point to.
Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005
Сборка: ReportExecution2005 (in reportexecutionservice.dll)
Синтаксис
'Декларация
Public Property UniqueName As String
public string UniqueName { get; set; }
public:
property String^ UniqueName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_UniqueName ()
/** @property */
public void set_UniqueName (String value)
public function get UniqueName () : String
public function set UniqueName (value : String)
Значение свойства
A String value.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
DocumentMapNode Class
DocumentMapNode Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace