DocumentMapNode.UniqueName Property

Gets a string containing the name of the report item or grouping to which this node points.

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public ReadOnly Property UniqueName As String
public string UniqueName { get; }
public:
property String^ UniqueName {
    String^ get ();
}
/** @property */
public String get_UniqueName ()
public function get UniqueName () : String

Значение свойства

A String containing the name of the report item or grouping to which this node points.

Замечания

Добавления:5 декабря 2005 г.

The return value contains only the characters 0-9 and a-z.

Синхронизация потоков

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.ReportingServices.ReportRendering Namespace