ActiveReports3 Request technical support
Type Property
See Also 


Sets or returns the type of the custom control.

Syntax

Visual Basic (Declaration) 
Public Property Type As Type
Visual Basic (Usage)Copy Code
Dim instance As CustomControl
Dim value As Type
 
instance.Type = value
 
value = instance.Type
C# 
public Type Type {get; set;}

See Also