共用方式為


GetReportParameterByName 方法

Accesses a report parameter by its name.

命名空間:  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

參數