Partager via


Propriété ReportParameterCollection.Item (Int32)

Gets the item at the specified index.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As ReportParameter 
    Get
'Utilisation
Dim instance As ReportParameterCollection 
Dim index As Integer 
Dim value As ReportParameter 

value = instance(index)
public override ReportParameter this[
    int index
] { get; }
public:
virtual property ReportParameter^ default[int index] {
    ReportParameter^ get (int index) override;
}
abstract Item : ReportParameter 
override Item : ReportParameter
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
A ReportParameter object at the specified index.

Voir aussi

Référence

ReportParameterCollection Classe

Surcharge Item

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering