ActiveReports 13
CustomControl Constructor(Type)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > CustomControl Class > CustomControl Constructor : CustomControl Constructor(Type)
Specifies the type of the control to be created.
Initializes a new instance of the specified type of CustomControl class.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As Type _
)
public CustomControl( 
   Type type
)

Parameters

type
Specifies the type of the control to be created.
See Also

Reference

CustomControl Class
CustomControl Members
Overload List