Partager via


ReportExecutionService.Invoke, méthode

Espace de noms :  Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Protected Function Invoke ( _
    methodName As String, _
    parameters As Object() _
) As Object()
protected Object[] Invoke(
    string methodName,
    Object[] parameters
)
protected:
array<Object^>^ Invoke(
    String^ methodName, 
    array<Object^>^ parameters
)
member Invoke : 
        methodName:string * 
        parameters:Object[] -> Object[] 
protected function Invoke(
    methodName : String, 
    parameters : Object[]
) : Object[]

Paramètres

  • methodName
    Type : String
  • parameters
    Type : array<Object[]

Valeur de retour

Type : array<Object[]

Voir aussi

Référence

ReportExecutionService Classe

Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms