ActiveReports 12
AccessKey Property

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : AccessKey Property
Gets or sets the access key that allows you to quickly navigate to the Web server control.
Syntax
'Declaration
 
Public Overridable Property AccessKey As String
public virtual string AccessKey {get; set;}

Property Value

The access key for quick navigation to the Web server control. The default value is System.String.Empty, which indicates that this property is not set.
Exceptions
ExceptionDescription
The specified access key is neither null, System.String.Empty nor a single character string.
See Also

Reference

WebViewer Class
WebViewer Members