Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the item at the specified key.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As ScaleRange
Get
'Utilisation
Dim instance As ScaleRangeCollection
Dim name As String
Dim value As ScaleRange
value = instance(name)
public ScaleRange this[
string name
] { get; }
public:
property ScaleRange^ default[String^ name] {
ScaleRange^ get (String^ name);
}
member Item : ScaleRange
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System.String
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ScaleRange
A ScaleRange object that has the specified name.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering