Report.GetReportParameterByName(String) Method

Definition

Accesses a report parameter by its name.

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

Parameters

name
String

The report parameter name.

Returns

The accessed report parameter.

Applies to