[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.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
[Parameter]
[Obsolete("This property is obsolete. Use OnAction instead.")]
public Action<string, object[]> Action { get; init; }
Property Value
Type Description
Action<string, object[]>

A callback function that takes a string and an array of object.

Remarks

This property can only be set once during object initialization and cannot be changed afterwards.