Style.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 支持使用索引属性,但不支持声明新索引属性。