ActiveReports 9
Add(SectionType,String) Method

SectionType of the new section.
Name of the new section, must be unique within the report.
Adds the specified SectionType to the SectionCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal type As SectionType, _
   ByVal name As System.String _
) As Section
public Section Add( 
   SectionType type,
   System.string name
)

Parameters

type
SectionType of the new section.
name
Name of the new section, must be unique within the report.
See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum