ActiveReports 9
OnDoubleClick Method

The report item double-clicked.
The x position of the double-click.
The y position of the double-click.
The image map ID.
The button that was double-clicked.
The wrapper for the OnDoubleClick event.
Syntax
'Declaration
 
Function OnDoubleClick( _
   ByVal reportItem As IReportItem, _
   ByVal xPosition As System.Integer, _
   ByVal yPosition As System.Integer, _
   ByVal imageMapId As System.String, _
   ByVal button As MouseButton _
) As ChangeResult
ChangeResult OnDoubleClick( 
   IReportItem reportItem,
   System.int xPosition,
   System.int yPosition,
   System.string imageMapId,
   MouseButton button
)

Parameters

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

Return Value

The change result of the double-click.
See Also

Reference

IReportItem Interface
IReportItem Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum