Partager via


Propriété StyleBase.Item

Gets a style attribute.

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 ReportProperty 
    Get
'Utilisation
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 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 : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
One of the enumeration values of the StyleAttributeNames enumeration that represents a style attribute.

Voir aussi

Référence

StyleBase Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering