[]
Represents the base class for different shapes in a report.
public abstract class ShapeBase : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable
This abstract class serves as the foundation for all shape types in the report, providing common properties such as RoundingRadius and ShapeStyle.
Name | Description |
---|---|
ShapeBase() | Initializes a new instance of the ShapeBase class. |
Name | Description |
---|---|
RoundingRadius | Gets or sets the rounding radius of the shape. |
ShapeStyle | Gets or sets the style of the shape, which should be a ShapeStyle. |