ActiveReports.Viewer3 Request technical support
CopyTo Method
See Also 


values
The array containing the copied Bookmarks.
index
The insertion index in the collection.
Copies the Bookmarks collection from the specified report to a Bookmarks collection at the specified index.

Syntax

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

Parameters

values
The array containing the copied Bookmarks.
index
The insertion index in the collection.

See Also