Поделиться через


ReportItem.Name Property

Gets the name of the item on the report, as specified in the report definition.

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

Синтаксис

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

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

A String containing the name of the item on the report.

Замечания

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

Names are unique per report definition, but not across subreports, and can be duplicated for each row of data in a data region.

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

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.

См. также

Справочник

ReportItem Class
ReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace