Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- style
Type : Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
The style attribute to get.
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
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering