Lenguaje

IndicatorStateCollection.Item[String] Propiedad

Definición

Obtiene el artículo que tiene el nombre especificado.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::IndicatorState ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::IndicatorState ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState
Default Public ReadOnly Property Item(name As String) As IndicatorState

Parámetros

name
String

El nombre del objeto de la colección.

Valor de propiedad

Un IndicatorState objeto que tenga el nombre especificado.

Se aplica a