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.
Ça obtient un objet dans la collection.
Surcharges
| Nom | Description |
|---|---|
| Item[Int32] |
Obtient l’élément à l’index spécifié. |
| Item[String] |
Obtient le ReportParameter nom spécifié. |
Item[Int32]
Obtient l’élément à 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 à l’index spécifié.
S’applique à
Item[String]
Obtient le ReportParameter 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 a le nom spécifié.