ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / InitializationOptions Class / Action Property

In This Topic
    Action Property (InitializationOptions)
    In This Topic
    Gets or sets the callback invoked before the Viewer opens a hyperlink, bookmark link, drill down report, or toggles report control visibility.
    Syntax
    'Declaration
     
    Public Property Action As Action(Of String,Object())
    public Action<string,object[]> Action {get; set;}

    Property Value

    An action that takes a System.String and an array of System.Object.
    See Also