Property Action
Action
Gets the action a click at the point carries out: the run's first, or failing that the item's first, or null when nothing there is clickable.
public ReportAction? Action { get; }
Property Value
Remarks
The precedence is the projection's and the PDF lowering's — a run's action wins over its textbox's, because a link on a run is drawn over the textbox's link — so a host that hit-tests gets the action the same click would follow in either output.