[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ReportViewer.OnAction

OnAction Property

OnAction

Gets or sets the callback that is triggered before the Viewer executes an action.

Declaration
[Parameter]
public Func<ActionInfo, ActionResult> OnAction { get; set; }
Property Value
Type Description
Func<ActionInfo, ActionResult>

A callback function that takes an ActionInfo as input and returns an ActionResult.

Remarks

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