The accessibilityKeyMap()
method of the HTML5 Report Viewer
Gets the current key shortcuts map, used when the report viewer is in accessible mode.
var reportViewer = $("#reportViewer1").data("telerik_ReportViewer");
var map = reportViewer.accessibilityKeyMap();
The default values for the viewer's accessibility key map can be found in the Methods Overview accessibilityKeyMap.