ActiveReports 13
OnClick Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Designers.DvChart.Component Namespace > DesignTimeDvChart Class : OnClick Method
Syntax
'Declaration
 
Public Function OnClick( _
   ByVal reportItem As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem, _
   ByVal xPosition As Integer, _
   ByVal yPosition As Integer, _
   ByVal imageMapId As String, _
   ByVal button As GrapeCity.ActiveReports.Extensibility.Rendering.Components.MouseButton _
) As GrapeCity.ActiveReports.Extensibility.Rendering.Components.ChangeResult
public GrapeCity.ActiveReports.Extensibility.Rendering.Components.ChangeResult OnClick( 
   GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem reportItem,
   int xPosition,
   int yPosition,
   string imageMapId,
   GrapeCity.ActiveReports.Extensibility.Rendering.Components.MouseButton button
)

Parameters

reportItem
xPosition
yPosition
imageMapId
button
See Also

Reference

DesignTimeDvChart Class
DesignTimeDvChart Members