FlexReport for WinForms
NavigateBookmark メソッド (ReportSession)


C1.Document アセンブリ > C1.Ssrs 名前空間 > ReportSession クラス : NavigateBookmark メソッド
The ID of the bookmark.
System.Threading.CancellationToken that can be used to cancel an action.
Navigates to a specific bookmark in the report.
シンタックス
'宣言
 
Public Function NavigateBookmark( _
   ByVal bookmarkID As System.String, _
   ByVal cancellationToken As System.Threading.CancellationToken _
) As ReportPosition
'使用法
 
Dim instance As ReportSession
Dim bookmarkID As System.String
Dim cancellationToken As System.Threading.CancellationToken
Dim value As ReportPosition
 
value = instance.NavigateBookmark(bookmarkID, cancellationToken)
public ReportPosition NavigateBookmark( 
   System.string bookmarkID,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

bookmarkID
The ID of the bookmark.
cancellationToken
System.Threading.CancellationToken that can be used to cancel an action.

戻り値の型

ReportPosition object specifies position of the bookmark in the report, null if method was cancelled.
参照

参照

ReportSession クラス
ReportSession メンバ