ActiveReports.Viewer3 Request technical support
CopyTo Method
See Also 


tools
The array containing the copied tools.
index
The insertion index in the collection.
Copies tools from the collection to an array, starting at a particular array index.

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal tools() As Tool, _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ToolsCollection
Dim tools() As Tool
Dim index As Integer
 
instance.CopyTo(tools, index)
C# 
public void CopyTo( 
   Tool[] tools,
   int index
)

Parameters

tools
The array containing the copied tools.
index
The insertion index in the collection.

See Also