ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Interactivity Namespace / InteractiveActions Structure / ClickHistory Property

In This Topic
    ClickHistory Property
    In This Topic
    Gets or set history of user clicks during interactive preview.
    Syntax
    'Declaration
     
    Public Property ClickHistory As ActionKey()
    public ActionKey[] ClickHistory {get; set;}
    See Also