共用方式為


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 支援索引屬性的使用,但不支援新屬性的宣告。