ReportExecutionService.EndNavigateBookmark(IAsyncResult, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int EndNavigateBookmark(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] System::String ^ % UniqueName);
public int EndNavigateBookmark (IAsyncResult asyncResult, out string UniqueName);
member this.EndNavigateBookmark : IAsyncResult * string -> int
Public Function EndNavigateBookmark (asyncResult As IAsyncResult, ByRef UniqueName As String) As Integer
Parameters
- asyncResult
- IAsyncResult
- UniqueName
- String