ControlCollection Constructor
In This Topic
Initializes a new instance of the ControlCollection class.
Syntax
'Declaration
Public Function New( _
ByVal As Section _
)
public ControlCollection(
Section
)
Parameters
- section
- The report section in which the control collection resides.
See Also