[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Shape

Shape Class

Represents a shape ReportItem within the report definition.

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

The Shape class is a sealed class that extends the ShapeBase class, providing additional properties for accessibility.

Constructors

Name Description
Shape()

Initializes a new instance of the Shape class.

Properties

Name Description
AccessibleDescription

Gets or sets the description of the control used by accessibility client applications.

Extension Methods