ActiveReports 6 Online Help
Move(String,Int16) Method
Example 

The Name value of the DDSheet that you want to move.
The new position to which you want to move the sheet. If the new position is less than zero, the sheet will be moved to the beginning of the collection (0). If the new position is greater than the upper bound of this collection, the sheet will be moved to the end of the collection.
Moves the sheet with the specified name to the specified position.
Syntax
'Declaration
 
Public Overloads Sub Move( _
   ByVal sName As String, _
   ByVal newPosition As Short _
) 
public void Move( 
   string sName,
   short newPosition
)

Parameters

sName
The Name value of the DDSheet that you want to move.
newPosition
The new position to which you want to move the sheet. If the new position is less than zero, the sheet will be moved to the beginning of the collection (0). If the new position is greater than the upper bound of this collection, the sheet will be moved to the end of the collection.
Example
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

DDSheets Class
DDSheets Members
Overload List

Send Feedback