ActiveReports 19 .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
    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

    A callback function that takes a System.String and an array of System.Object.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also