ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReportItem Interface / OnClick Method
The report item that was clicked.
The x position of the click.
The y position of the click.
The image map ID.
The button that was clicked.

In This Topic
OnClick Method (IReportItem)
In This Topic
Handles the OnClick event for the report item.
Syntax
'Declaration
 
Function OnClick( _
   ByVal reportItem As IReportItem, _
   ByVal xPosition As Integer, _
   ByVal yPosition As Integer, _
   ByVal imageMapId As String, _
   ByVal button As MouseButton _
) As ChangeResult
 

Parameters

reportItem
The report item that was clicked.
xPosition
The x position of the click.
yPosition
The y position of the click.
imageMapId
The image map ID.
button
The button that was clicked.

Return Value

The result of the click event.
See Also