Table of Contents

Property Action

Namespace
DocWright.Reporting.Viewer
Assembly
DocWright.Reporting.Viewer.dll

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

ReportAction

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.