ScaleRangeCollection.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 à la clé spécifiée.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ScaleRange ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::ScaleRange ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.ScaleRange this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.ScaleRange
Default Public ReadOnly Property Item(name As String) As ScaleRange
Paramètres
- name
- String
Expression de type String unique qui spécifie un nom pouvant être utilisé, à la place d'un index de position, pour accéder à un élément de la collection. name
doit correspondre à l’argument Key
spécifié lorsque l’élément a été ajouté à la collection.
Valeur de propriété
Objet ScaleRange qui porte le nom spécifié.