ActiveReports 8
CopyTo Method (BookmarksCollection)

The array containing the copied Bookmarks.
The insertion index in the collection.
Copies the Bookmarks collection from the specified report to a Bookmarks collection at the specified index.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal values() As Bookmark, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   Bookmark[] values,
   System.int index
)

Parameters

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

Reference

BookmarksCollection Class
BookmarksCollection Members

Support Forum