See Also

ToolsCollection Class  | ToolsCollection Members

Language

Visual Basic

C#

Show All

tools
The array containing the copied tools.
index
The insertion index in the collection.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

CopyTo Method

Copies tools from the collection to an array, starting at a particular array index.

[Visual Basic]
Public Sub CopyTo( _    ByVal tools() As Tool, _    ByVal index As Integer _ )
[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

ToolsCollection Class  | ToolsCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.