Report.GetReportParameterByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.