Compartir a través de


ReportParameterCollection.Find Método

Gets the ReportParameter that has the specified name from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Find ( _
    name As String _
) As ReportParameter
'Uso
Dim instance As ReportParameterCollection 
Dim name As String 
Dim returnValue As ReportParameter 

returnValue = instance.Find(name)
public ReportParameter Find(
    string name
)
public:
ReportParameter^ Find(
    String^ name
)
member Find : 
        name:string -> ReportParameter
public function Find(
    name : String
) : ReportParameter

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.ReportParameter
The ReportParameter if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Vea también

Referencia

ReportParameterCollection Clase

Espacio de nombres Microsoft.AnalysisServices