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


Свойство Style.Item

Gets a style attribute for the specified style.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
A StyleAttributeNames object that represents a style attribute for the specified style.

См. также

Справочник

Style Класс

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