Partager via


Propriété StyleBaseInstance.Item

Gets the instance value for the specified StyleAttributeNames property.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Default Property Item ( _
    style As StyleAttributeNames _
) As Object 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

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

Voir aussi

Référence

StyleBaseInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering