Partager via


ReportExecutionService.EndNavigateBookmark, méthode

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

Syntaxe

'Déclaration
Public Function EndNavigateBookmark ( _
    asyncResult As IAsyncResult, _
    <OutAttribute> ByRef UniqueName As String _
) As Integer
public int EndNavigateBookmark(
    IAsyncResult asyncResult,
    out string UniqueName
)
public:
int EndNavigateBookmark(
    IAsyncResult^ asyncResult, 
    [OutAttribute] String^% UniqueName
)
member EndNavigateBookmark : 
        asyncResult:IAsyncResult * 
        UniqueName:string byref -> int 
public function EndNavigateBookmark(
    asyncResult : IAsyncResult, 
    UniqueName : String
) : int

Paramètres

  • asyncResult
    Type : IAsyncResult
  • UniqueName
    Type : String%

Valeur de retour

Type : Int32

Voir aussi

Référence

ReportExecutionService Classe

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