Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the item that has the specified name.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As IndicatorState
Get
'Usage
Dim instance As IndicatorStateCollection
Dim name As String
Dim value As IndicatorState
value = instance(name)
public IndicatorState this[
string name
] { get; }
public:
property IndicatorState^ default[String^ name] {
IndicatorState^ get (String^ name);
}
member Item : IndicatorState
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- name
Typ: System.String
The name of the item in the collection.
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState
An IndicatorState object that has the specified name.
Siehe auch
Verweis
IndicatorStateCollection Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace