Método GetReportParameterByName
Accesses a report parameter by its name.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Function GetReportParameterByName ( _
name As String _
) As ReportParameter
'Uso
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
Parâmetros
- name
Tipo: System. . :: . .String
The report parameter name.
Valor de retorno
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportParameter
A ReportParameter object.