Share via


Report.GetReportParameterByName(String) Méthode

Définition

Accède à un paramètre de rapport par son nom.

public:
 Microsoft::ReportingServices::RdlObjectModel::ReportParameter ^ GetReportParameterByName(System::String ^ name);
public Microsoft.ReportingServices.RdlObjectModel.ReportParameter GetReportParameterByName (string name);
member this.GetReportParameterByName : string -> Microsoft.ReportingServices.RdlObjectModel.ReportParameter
Public Function GetReportParameterByName (name As String) As ReportParameter

Paramètres

name
String

Nom de paramètre du rapport.

Retours

Paramètre du rapport ayant fait l'objet d'un accès.

S’applique à