Search Results for

    Show / Hide Table of Contents

    Class ElementClickAction

    Action that is called when you click on an item

    Inheritance
    System.Object
    ElementClickAction
    Implements
    IClickAction
    Namespace: FastReport.Web.Toolbar
    Assembly: FastReport.OpenSource.Web.dll
    Syntax
    public class ElementClickAction : IClickAction

    Properties

    OnClickAction

    Action that is called when you click on an item. WebReport - WebReport for which the button is made

    Declaration
    public Func<WebReport, Task> OnClickAction { get; set; }
    Property Value
    Type Description
    System.Func<WebReport, System.Threading.Tasks.Task>

    Implements

    IClickAction
    Back to top © 1998-2025 Copyright Fast Reports Inc.