Enum
ShortcutKeys

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:

cs-api-definition
public enum ShortcutKeys

Fields

CONFIRM_KEY

Key for confirming executing the action on the currently focused report item.

Declaration

cs-api-definition
CONFIRM_KEY = 0

Field Value

ShortcutKeys

CONTENT_AREA_KEY

Key for navigating to the report contents area. Used with Ctrl+Alt.

Declaration

cs-api-definition
CONTENT_AREA_KEY = 1

Field Value

ShortcutKeys

DOCUMENT_MAP_AREA_KEY

Key for navigating to the document map area. Used with Ctrl+Alt.

Declaration

cs-api-definition
DOCUMENT_MAP_AREA_KEY = 2

Field Value

ShortcutKeys

MENU_AREA_KEY

Key for navigating to the menu (toolbar) area. Used with Ctrl+Alt.

Declaration

cs-api-definition
MENU_AREA_KEY = 3

Field Value

ShortcutKeys

PARAMETERS_AREA_KEY

Key for navigating to the parameters area. Used with Ctrl+Alt.

Declaration

cs-api-definition
PARAMETERS_AREA_KEY = 4

Field Value

ShortcutKeys