Unplanned
Last Updated: 23 May 2017 11:27 by Mike
Mike
Created on: 03 Feb 2016 15:18
Type: Feature Request
2
In Report Viewer, make the F5 key (refresh) programmatically controllable
Make the F5 key (refresh) in the Report Viewer programmatically controllable by using events tied to the viewer.  For example, I want to disable the F5 refresh functionality and add my own functionality when the F5 key is pressed.  I currently have the ability to disable the refresh icon (ShowRefreshButton=false), but not the F5 key button.
1 comment
Mike
Posted on: 03 Feb 2016 15:22
Note: To take control of the F5 key in the Report Viewer, I tried handling the KeyDown and KeyPress events, but they do not get called.