[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.InitializationOptions.Action

Action Property

Action

Gets or sets the callback invoked before the Viewer opens a hyperlink, bookmark link, drill down report, or toggles report control visibility.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete. Use OnAction instead.")]
public Action<string, object[]> Action { get; set; }
Property Value
Type Description
Action<string, object[]>

An action that takes a string and an array of object.