Partager via


Propriété ReportParameterCollection.Item (String)

Gets the ReportParameter that has the specified name.

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 ReportParameter 
    Get
'Utilisation
Dim instance As ReportParameterCollection 
Dim name As String 
Dim value As ReportParameter 

value = instance(name)
public ReportParameter this[
    string name
] { get; }
public:
property ReportParameter^ default[String^ name] {
    ReportParameter^ get (String^ name);
}
member 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 that has the specified name.

Voir aussi

Référence

ReportParameterCollection Classe

Surcharge Item

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering