ActiveReports 9
Insert(Int32,Section) Method

The zero-based index where the specified section should be inserted.
The Section to be inserted.
Inserts a section at the specified index in the collection.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal section As Section _
) 
public void Insert( 
   System.int index,
   Section section
)

Parameters

index
The zero-based index where the specified section should be inserted.
section
The Section to be inserted.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum