ActiveReports 8
HitTest Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutPage Interface : HitTest Method

point
The point to test.

Glossary Item Box

Helper function that performs hit-testing for a complete page by checking header, body and footer when applicable.

Syntax

Visual Basic (Declaration) 
Function HitTest( _
   ByVal point As PointFEx _
) As HitTestInfo
C# 
HitTestInfo HitTest( 
   PointFEx point
)

Parameters

point
The point to test.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also