Metodo Report.GetReportParameterByName

Accesses a report parameter by its name.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Function GetReportParameterByName ( _
    name As String _
) As ReportParameter
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel