ActiveReports 12
OnMove Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReportItem Interface : 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.
The wrapper for the OnMove event.
Syntax
'Declaration
 
Function OnMove( _
   ByVal reportItem As IReportItem, _
   ByVal target As IReportItem, _
   ByVal xPosition As Integer, _
   ByVal yPosition As Integer _
) As ChangeResult

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.
See Also

Reference

IReportItem Interface
IReportItem Members