Progress® Telerik® Reporting R3 2019
IClientEventsBuilder Methods
The IClientEventsBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Error |
Attach the event handler that will be called when an error occurs.
|
![]() | ExportBegin |
Attach the event handler that will be called prior to starting the report export command.
|
![]() | ExportEnd |
Attach the event handler that will be called when the exported document is ready for download, but prior to the actual downloading.
|
![]() | InteractiveActionEnter |
Attach the event handler that will be called when the mouse cursor enters the action's report item area.
|
![]() | InteractiveActionExecuting |
Attach the event handler that will be called when an action is executed.
|
![]() | InteractiveActionLeave |
Attach the event handler that will be called when the mouse cursor leaves the action's report item area.
|
![]() | PageReady |
Attach the event handler that will be called every time a page from the report is rendered and ready for display.
|
![]() | PrintBegin |
Attach the event handler that will be called prior to starting the print report command.
|
![]() | PrintEnd |
Attach the event handler that will be called when the print document (Adobe PDF) is ready for download, but prior to being send to the printer.
|
![]() | Ready |
Attach the event handler that will be called when the report viewer template is loaded.
|
![]() | RenderingBegin |
Attach the event handler that will be called when the rendering of the report begins.
|
![]() | RenderingEnd |
Attach the event handler that will be called when the rendering of the report ends.
|
![]() | UpdateUi |
Attach the event handler that will be called every time the UI needs an update;
can be used for changing the UI of the report viewer while interacting with the reports.
|
![]() | ViewerToolTipOpening |
Attach the event handler that will be called when a tooltip is being opened.
|