ActiveReports Developer 7
ReportItem Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > HitTestInfo Structure : ReportItem Property

Glossary Item Box

Specifies the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem, if any, associated with the area in which the mouse click occurs.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ReportItem As IReportItem
C# 
public IReportItem ReportItem {get;}

See Also