LinearGaugeCollection.Item[String] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el elemento que tiene el nombre especificado.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::LinearGauge ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::LinearGauge ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.LinearGauge this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.LinearGauge
Default Public ReadOnly Property Item(name As String) As LinearGauge
Parámetros
- name
- String
El nombre del elemento de la colección.
Valor de propiedad
Objeto LinearGauge con el nombre especificado.