ReportParameterCollection.Item[] 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 un élément dans la collection.
Surcharges
Item[Int32] |
Obtient l'élément au niveau de l'index spécifié. |
Item[String] |
Obtient l'objet ReportParameter qui porte le nom spécifié. |
Item[Int32]
Obtient l'élément au niveau de l'index spécifié.
public:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
Default Public Overrides ReadOnly Property Item(index As Integer) As ReportParameter
Paramètres
- index
- Int32
Index de l'élément.
Valeur de propriété
Objet ReportParameter au niveau de l'index spécifié.
S’applique à
Item[String]
Obtient l'objet ReportParameter qui porte le nom spécifié.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
Default Public ReadOnly Property Item(name As String) As ReportParameter
Paramètres
- name
- String
Nom de l'élément.
Valeur de propriété
Objet ReportParameter qui porte le nom spécifié.