[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ShapeBase

ShapeBase Class

Represents the base class for different shapes in a report.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public abstract class ShapeBase : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable
Remarks

This abstract class serves as the foundation for all shape types in the report, providing common properties such as RoundingRadius and ShapeStyle.

Constructors

Name Description
ShapeBase()

Initializes a new instance of the ShapeBase class.

Properties

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.

Extension Methods