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


CustomPropertyCollection.Item Property (String)

Returns a named custom property from the collection.

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

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    name As String _
) As CustomProperty
public CustomProperty this [
    string name
] { get; }
public:
property CustomProperty^ default [String^] {
    CustomProperty^ get (String^ name);
}
/** @property */
public CustomProperty get_Item (String name)

Параметры

  • name
    The name of the custom property.

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

A CustomProperty object.

Замечания

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

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

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.

См. также

Справочник

CustomPropertyCollection Class
CustomPropertyCollection Members
Microsoft.ReportingServices.ReportRendering Namespace