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


Свойство StyleBase.Item

Gets a style attribute.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Default Property Item ( _
    style As StyleAttributeNames _
) As ReportProperty 
    Get
'Применение
Dim instance As StyleBase 
Dim style As StyleAttributeNames 
Dim value As ReportProperty 

value = instance(style)
public abstract ReportProperty this[
    StyleAttributeNames style
] { get; }
public:
virtual property ReportProperty^ default[StyleAttributeNames style] {
    ReportProperty^ get (StyleAttributeNames style) abstract;
}
abstract Item : ReportProperty
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
One of the enumeration values of the StyleAttributeNames enumeration that represents a style attribute.

См. также

Справочник

StyleBase Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering