ReportViewer.BookmarkNavigation イベント
ユーザーがレポート内のブックマークに移動したときに発生します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (microsoft.reportviewer.webforms.dll 内)
構文
'宣言
Public Event BookmarkNavigation As BookmarkNavigationEventHandler
'使用
Dim instance As ReportViewer
Dim handler As BookmarkNavigationEventHandler
AddHandler instance.BookmarkNavigation, handler
public event BookmarkNavigationEventHandler BookmarkNavigation
public:
event BookmarkNavigationEventHandler^ BookmarkNavigation {
void add (BookmarkNavigationEventHandler^ value);
void remove (BookmarkNavigationEventHandler^ value);
}
/** @event */
public void add_BookmarkNavigation (BookmarkNavigationEventHandler value)
/** @event */
public void remove_BookmarkNavigation (BookmarkNavigationEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
解説
このイベントは、ユーザーがレポート内のブックマークに移動したときに発生します。このイベントに関する情報は、BookmarkNavigationEventArgs オブジェクトによって、イベントを処理する BookmarkNavigationEventHandler デリゲートに渡されます。
イベントの処理の詳細については、「Consuming Events」を参照してください。
参照
リファレンス
ReportViewer クラス
ReportViewer メンバ
Microsoft.Reporting.WebForms 名前空間