Propriété Item
Gets a style attribute.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Default Property Item ( _
style As StyleAttributeNames _
) As ReportProperty
Get
'Utilisation
Dim instance As Style
Dim style As StyleAttributeNames
Dim value As ReportProperty
value = instance(style)
public override ReportProperty this[
StyleAttributeNames style
] { get; }
public:
virtual property ReportProperty^ default[StyleAttributeNames style] {
ReportProperty^ get (StyleAttributeNames style) override;
}
abstract Item : ReportProperty
override 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
A StyleAttributeNames object.
Voir aussi