ReportViewer.BookmarkNavigation 事件
發生在使用者導覽至報表中的某個書籤時。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 microsoft.reportviewer.webforms.dll)
語法
'宣告
<SRDescriptionAttribute("BookmarkEventDesc")> _
Public Event BookmarkNavigation As BookmarkNavigationEventHandler
'用途
Dim instance As ReportViewer
Dim handler As BookmarkNavigationEventHandler
AddHandler instance.BookmarkNavigation, handler
[SRDescriptionAttribute("BookmarkEventDesc")]
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 命名空間