ActiveReports Developer 7
CopyTo Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : CopyTo Method

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

Glossary Item Box

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 System.Integer _
) 
C# 
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