Свойство Item
Gets a style attribute.
Пространство имен: 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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- style
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StyleAttributeNames
The style attribute to get.
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportProperty
A StyleAttributeNames object.