Méthode GetReportParameterByName
Accesses a report parameter by its name.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Function GetReportParameterByName ( _
name As String _
) As ReportParameter
'Utilisation
Dim instance As Report
Dim name As String
Dim returnValue As ReportParameter
returnValue = instance.GetReportParameterByName(name)
public ReportParameter GetReportParameterByName(
string name
)
public:
ReportParameter^ GetReportParameterByName(
String^ name
)
member GetReportParameterByName :
name:string -> ReportParameter
public function GetReportParameterByName(
name : String
) : ReportParameter
Paramètres
- name
Type : System. . :: . .String
The report parameter name.
Valeur de retour
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportParameter
A ReportParameter object.