ActiveReports 9
OnMove Method

The report item that was moved.
The report item that this report item was moved into.
The x position of the move.
The y position of the move.
Wrapper for the OnMove event
Syntax
'Declaration
 
Function OnMove( _
   ByVal reportItem As IReportItem, _
   ByVal target As IReportItem, _
   ByVal xPosition As System.Integer, _
   ByVal yPosition As System.Integer _
) As ChangeResult
ChangeResult OnMove( 
   IReportItem reportItem,
   IReportItem target,
   System.int xPosition,
   System.int yPosition
)

Parameters

reportItem
The report item that was moved.
target
The report item that this report item was moved into.
xPosition
The x position of the move.
yPosition
The y position of the move.

Return Value

The change result of the move.
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