ActiveReports3 Request technical support
ShapeType Enumeration
See Also  


Specifies the type of shape that the shape control should print.

Syntax

Visual Basic (Declaration) 
Public Enum ShapeType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ShapeType
C# 
public enum ShapeType : Enum 

Members

MemberDescription
RectanglePrint a rectangular shape.
EllipsePrint an elliptical shape.
RoundRectPrint a rounded rectangular shape.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.ShapeType

See Also