| Visual Basic (Declaration) | |
|---|---|
Public Enum ShapeType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ShapeType : Enum | |
| Member | Description |
|---|---|
| Rectangle | Print a rectangular shape. |
| Ellipse | Print an elliptical shape. |
| RoundRect | Print a rounded rectangular shape. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.ShapeType