RadialPointerCollection.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::RadialPointer ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::RadialPointer ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.RadialPointer this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.RadialPointer
Default Public ReadOnly Property Item(name As String) As RadialPointer
Paramètres
- name
- String
Nom de l'élément dans la collection.
Valeur de propriété
Objet RadialPointer qui porte le nom spécifié.