ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / Action Property

In This Topic
    Action Property (ReportViewer)
    In This Topic
    The callback that is invoked before the JS Viewer opens the hyperlink, bookmark link, drill down report or toggles the report control visibility
    Syntax
    'Declaration
     
    Public Property Action As Action(Of String,Object())
    public Action<string,object[]> Action {get; set;}
    See Also