LinearGaugeCollection.Item[String] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'élément qui porte le nom spécifié.
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
Paramètres
- name
- String
Nom de l'élément dans la collection.
Valeur de propriété
Objet LinearGauge qui porte le nom spécifié.