Method At
At(ReportPage, Twips, Twips)
Returns what is at a point, or null when the point is on no item.
public static ReportHitTestResult? At(ReportPage page, Twips x, Twips y)
Parameters
pageReportPageThe page.
xTwipsThe horizontal position, in twips from the page's left edge.
yTwipsThe vertical position, in twips from the page's top edge.
Returns
- ReportHitTestResult
The hit, or null.
Exceptions
- ArgumentNullException
pageis null.