Свойство StyleBaseInstance.Item
Gets the instance value for the specified StyleAttributeNames property.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Default Property Item ( _
style As StyleAttributeNames _
) As Object
Get
'Применение
Dim instance As StyleBaseInstance
Dim style As StyleAttributeNames
Dim value As Object
value = instance(style)
public abstract Object this[
StyleAttributeNames style
] { get; }
public:
virtual property Object^ default[StyleAttributeNames style] {
Object^ get (StyleAttributeNames style) abstract;
}
abstract Item : Object
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- style
Тип: Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
A [T:Microsoft.ReportingServices.OnDemandReportRendering.StyleBaseInstance.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames] value that represents the style attribute to access.
Значение свойства
Тип: System.Object
An object that represents the instance value for the specified StyleAttributeNames property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering