ActiveReports 13
CopyTo Method (BookmarksCollection)

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : CopyTo Method
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 Integer _
) 
public void CopyTo( 
   Bookmark[] values,
   int index
)

Parameters

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

Reference

BookmarksCollection Class
BookmarksCollection Members