See Also

SectionCollection Class  | SectionCollection Members

Language

Visual Basic

C#

Show All

sections
The array containing the copied Sections.
index

The insertion index in the collection.

See Also Languages ActiveReports Send feedback to Data Dynamics

CopyTo Method

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

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

SectionCollection Class  | SectionCollection Members

 

 


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