ActiveReports 8
HitTestInfo Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > HitTestInfo Structure : HitTestInfo Constructor

result
An enumerated DataDynamics.Reports.Extensibility.Layout.HitTestResult value indicating whether the mouse click is in an interactive area.
underlyingArea
An DataDynamics.Reports.Extensibility.Layout.ILayoutArea interface defining the area on which the hit test is performed.
interactiveAreaID
A System.String value indicating the ID assigned to the area.
data

Glossary Item Box

Initializes a new instance of the HitTestInfo structure at the area underlying a mouse click.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal result As HitTestResult, _
   ByVal underlyingArea As ILayoutArea, _
   ByVal interactiveAreaID As System.String, _
   ByVal data As System.String _
)
C# 
public HitTestInfo( 
   HitTestResult result,
   ILayoutArea underlyingArea,
   System.string interactiveAreaID,
   System.string data
)

Parameters

result
An enumerated DataDynamics.Reports.Extensibility.Layout.HitTestResult value indicating whether the mouse click is in an interactive area.
underlyingArea
An DataDynamics.Reports.Extensibility.Layout.ILayoutArea interface defining the area on which the hit test is performed.
interactiveAreaID
A System.String value indicating the ID assigned to the area.
data

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