ActiveReports 9
CopyTo Method (AnnotationsCollection)

The array to which to copy the collection.
The index from which to start.
Copies the entire collection to an array, starting at the specified index of the target array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As Annotation, _
   ByVal index As System.Integer _
) 
public void CopyTo( 
   Annotation[] array,
   System.int index
)

Parameters

array
The array to which to copy the collection.
index
The index from which to start.
See Also

Reference

AnnotationsCollection Class
AnnotationsCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum