ActiveReports 14 .NET Edition
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.

In This Topic
    CopyTo Method (BookmarksCollection)
    In This Topic
    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