Propriété Item (String)
Gets or sets the item at the specified key.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As StateIndicator
Get
'Utilisation
Dim instance As StateIndicatorCollection
Dim name As String
Dim value As StateIndicator
value = instance(name)
public StateIndicator this[
string name
] { get; }
public:
property StateIndicator^ default[String^ name] {
StateIndicator^ get (String^ name);
}
member Item : StateIndicator
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System. . :: . .String
A unique String expression that specifies a name that can be used, instead of a positional index, to access an item of the collection. name must correspond to the Key argument specified when the item was added to the collection.
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StateIndicator
A StateIndicator object that has the specified name.