Partager via


ScaleRangeCollection.Item[String] Propriété

Définition

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é.

S’applique à