StyleInstance.Item Property

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 Overrides ReadOnly Default Property Item ( _
    style As StyleAttributeNames _
) As Object
    Get
'Usage
Dim instance As StyleInstance
Dim style As StyleAttributeNames
Dim value As Object

value = instance(style)
public override Object this[
    StyleAttributeNames style
] { get; }
public:
virtual property Object^ default[StyleAttributeNames style] {
    Object^ get (StyleAttributeNames style) override;
}
abstract Item : Object
override Item : Object
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

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