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.
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IReportItem Interface
IReportItem Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum