Freigeben über


Item-Eigenschaft

Gets the instance value for the specified StyleAttributeNames property.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Default Property Item ( _
    style As StyleAttributeNames _
) As Object
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: System. . :: . .Object
An object that represents the instance value for the specified StyleAttributeNames property.