ShortcutKeys
Enum
Keys for navigating on report viewer main areas. Used in conjunction with CTRL+ALT to avoid duplicating default shortcuts behavior.
Definition
Namespace:Telerik.ReportViewer.Common.Accessibility
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
C#
public enum ShortcutKeys
Fields
Key for confirming executing the action on the currently focused report item.
C#
CONFIRM_KEY = 0
Key for navigating to the report contents area. Used with Ctrl+Alt.
C#
CONTENT_AREA_KEY = 1
Key for navigating to the document map area. Used with Ctrl+Alt.
C#
DOCUMENT_MAP_AREA_KEY = 2
Key for navigating to the menu (toolbar) area. Used with Ctrl+Alt.
C#
MENU_AREA_KEY = 3
Key for navigating to the parameters area. Used with Ctrl+Alt.
C#
PARAMETERS_AREA_KEY = 4