ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / HitTestInfo Structure / ReportItem Property

In This Topic
    ReportItem Property (HitTestInfo)
    In This Topic
    Specifies the GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem, if any, associated with the area in which the mouse click occurs.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportItem As IReportItem
    public IReportItem ReportItem {get;}
    See Also