Progress® Telerik® Reporting R3 2019
ReportViewer Events
The ReportViewer type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() ![]() | ApplyParameters |
Occurs when the viewer's Report property is changed,
a parameter value is changed
or refresh / preview is triggered from the viewer UI.
|
![]() ![]() | Error |
Occurs when there is an error in the report viewer control.
|
![]() ![]() | ExportBegin |
Occurs when the report in the viewer control starts exporting.
|
![]() ![]() | ExportEnd |
Occurs when the report exporting in the viewer control is finished.
|
![]() ![]() | InteractiveActionEnter |
Occurs when the mouse cursor enters the area of a report item's action.
|
![]() ![]() | InteractiveActionExecuting |
Occurs when an action is being executed. Execution can be canceled.
|
![]() ![]() | InteractiveActionLeave |
Occurs when the mouse cursor leaves the area of a report item's action.
|
![]() ![]() | PrintBegin |
Occurs when the report in the viewer control starts printing.
|
![]() ![]() | PrintEnd |
Occurs when the report printing in the viewer control is finished.
|
![]() | RenderBegin | Obsolete.
Occurs when the viewer's Report property is changed, a parameter value is changed or refresh/print is triggered from the viewer UI.
|
![]() ![]() | RenderingBegin |
Occurs when the report rendering in the viewer control is started.
|
![]() ![]() | RenderingEnd |
Occurs when the report rendering in the viewer control is finished.
|
![]() ![]() | UpdateUI |
Occurs when the UI of the report viewer control is updated.
|