次の方法で共有


GetReportParameterByName メソッド

対応する名前でレポート パラメーターにアクセスします。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Function GetReportParameterByName ( _
    name As String _
) As ReportParameter
'使用
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

パラメーター