ActiveReports 8
OnDoubleClick Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReportItem Interface : OnDoubleClick Method

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.

Glossary Item Box

Wrapper for the OnDoubleClick event.

Syntax

Visual Basic (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
C# 
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