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

参数

返回值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportParameter
The accessed report parameter.

请参阅

参考

Report 类

Microsoft.ReportingServices.RdlObjectModel 命名空间