ReportExecutionService.EndListSecureMethods, méthode

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

Syntaxe

'Déclaration
Public Function EndListSecureMethods ( _
    asyncResult As IAsyncResult _
) As String()
public string[] EndListSecureMethods(
    IAsyncResult asyncResult
)
public:
array<String^>^ EndListSecureMethods(
    IAsyncResult^ asyncResult
)
member EndListSecureMethods : 
        asyncResult:IAsyncResult -> string[] 
public function EndListSecureMethods(
    asyncResult : IAsyncResult
) : String[]

Paramètres

  • asyncResult
    Type : IAsyncResult

Valeur de retour

Type : array<String[]

Voir aussi

Référence

ReportExecutionService Classe

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