ActiveReports3 Request technical support
CopyTo Method
See Also 


sections
The array containing the copied Sections.
index

The insertion index in the collection.

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

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal sections() As Section, _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As SectionCollection
Dim sections() As Section
Dim index As Integer
 
instance.CopyTo(sections, index)
C# 
public void CopyTo( 
   Section[] sections,
   int index
)

Parameters

sections
The array containing the copied Sections.
index

The insertion index in the collection.

See Also