Свойство Item (String)
Returns a style matching the specified name.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Default Property Item ( _
styleName As String _
) As Object
Get
'Применение
Dim instance As StyleBase
Dim styleName As String
Dim value As Object
value = instance(styleName)
public abstract Object this[
string styleName
] { get; }
public:
virtual property Object^ default[String^ styleName] {
Object^ get (String^ styleName) abstract;
}
abstract Item : Object
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- styleName
Тип System. . :: . .String
The name of the style to retrieve.
Значение свойства
Тип System. . :: . .Object
An object containing the style matching the specified name.