Table of Contents

Class ReportHitTestResult

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

What is at a point on a page.

public sealed class ReportHitTestResult
Inheritance
ReportHitTestResult
Inherited Members

Properties

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.

Item

Gets the topmost item whose box contains the point.

Line

Gets the line of text the point is on, or null.

Run

Gets the run of text under the point, or null.

Textbox

Gets Item when it is a textbox, or null.