New to Telerik ReportingStart a free 30-day trial

Provides a class for the key mapping used when report viewer accessibility is enabled.

Definition

Namespace:Telerik.ReportViewer.Html5.Common.Options

Assembly:Telerik.ReportViewer.Html5.WebForms.dll

Syntax:

C#
public class AccessibilityKeyMap

Inheritance: objectAccessibilityKeyMap

Constructors

C#
public AccessibilityKeyMap()

Properties

Key code for executing report actions and applying report parameters

C#
public byte CONFIRM_KEY { get; set; }

Key code for navigating to report contents area, when pressed together with CTRL + ALT

C#
public byte CONTENT_AREA_KEY { get; set; }

Returns an instance, initialized with the default key mapping

C#
public static AccessibilityKeyMap Default { get; }

Key code for navigating to document map area, when pressed together with CTRL + ALT

C#
public byte DOCUMENT_MAP_AREA_KEY { get; set; }

Key code for navigating to menu area, when pressed together with CTRL + ALT

C#
public byte MENU_AREA_KEY { get; set; }

Key code for navigating to parameters area, when pressed together with CTRL + ALT

C#
public byte PARAMETERS_AREA_KEY { get; set; }

Methods

Internal use only

C#
public bool Equals(AccessibilityKeyMap other)
Parameters:otherAccessibilityKeyMapReturns:

bool

Internal use only

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

Internal use only

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()