Partager via


Propriété StyleBase.Item (String)

Returns a style matching the specified name.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Default Property Item ( _
    styleName As String _
) As Object 
    Get
'Utilisation
Dim instance As StyleBase 
Dim styleName As String 
Dim value As Object 

value = instance(styleName)
public abstract Object this[
    string styleName
] { get; }
public:
virtual property Object^ default[String^ styleName] {
    Object^ get (String^ styleName) 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

  • styleName
    Type : System.String
    The name of the style to retrieve.

Valeur de propriété

Type : System.Object
An object containing the style matching the specified name.

Voir aussi

Référence

StyleBase Classe

Surcharge Item

Espace de noms Microsoft.ReportingServices.ReportRendering