NumericIndicatorCollection.Item[String] Propiedad

Definición

Obtiene el artículo que tiene el nombre especificado.

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

Parámetros

name
String

El nombre del objeto de la colección.

Valor de propiedad

Objeto NumericIndicator que tiene el nombre especificado.

Se aplica a