NumericIndicatorCollection.Item[String] Propriedade

Definição

Recebe o item que tem o nome 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

O nome do item na coleção.

Valor da propriedade

Um NumericIndicator objeto que tem o nome especificado.

Aplica-se a