Compartir a través de


Report.GetReportParameterByName Método

Accesses a report parameter by its name.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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

Valor devuelto

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportParameter
The accessed report parameter.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel