See Also

BookmarksCollection Class  | BookmarksCollection Members

Language

Visual Basic

C#

Show All

values
The array containing the copied Bookmarks.
index
The insertion index in the collection.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

CopyTo Method

Copies the Bookmarks collection from the specified report to a Bookmarks collection at the specified index.

[Visual Basic]
Public Sub CopyTo( _    ByVal values() As Bookmark, _    ByVal index As Integer _ )
[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

BookmarksCollection Class  | BookmarksCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.