次の方法で共有


Report.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

パラメーター

  • name
    型: System.String
    レポート パラメーターの名前。

戻り値

型: Microsoft.ReportingServices.RdlObjectModel.ReportParameter
アクセスしたレポート パラメーターです。

関連項目

参照

Report クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間