Describes an ActionHandlerBase that executes a hyperlink jump.
The target of the jump is specified by the instance of C1LinkTarget
that is assigned to the LinkTarget property.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public class ActionHandlerLink : ActionHandlerBase |
Visual Basic |
---|
Public Class ActionHandlerLink _ Inherits ActionHandlerBase |
Remarks
For details on the use of action handlers, see ActionHandlerBase.