Report.GetReportParameterByName(String) 方法

定義

透過報告參數名稱存取。

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

參數

name
String

報告參數名稱。

傳回

存取的報告參數。

適用於