Propriété 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 Overrides ReadOnly Default Property Item ( _
style As StyleAttributeNames _
) As Object
Get
'Utilisation
Dim instance As StyleInstance
Dim style As StyleAttributeNames
Dim value As Object
value = instance(style)
public override Object this[
StyleAttributeNames style
] { get; }
public:
virtual property Object^ default[StyleAttributeNames style] {
Object^ get (StyleAttributeNames style) override;
}
abstract Item : Object
override 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
- style
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StyleAttributeNames
A [T:Microsoft.ReportingServices.OnDemandReportRendering.StyleBaseInstance.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames] value that represents the style attribute to access.
Valeur de propriété
Type : System. . :: . .Object
An object that represents the instance value for the specified StyleAttributeNames property.
Voir aussi