Class
ReportRoundRectangleShape
Description
A round rectangle in a report. Used by the Report Layout Editor.
Properties
Name |
Type |
Read-Only |
Shared |
---|---|---|---|
Events
Name |
Parameters |
Returns |
---|---|---|
Property descriptions
ReportRoundRectangleShape.Border
Border As Double
ReportRoundRectangleShape.BorderColor
BorderColor As Color
The color of the object's border.
ReportRoundRectangleShape.BorderWidth
BorderWidth As Integer
The width of the border, in points. The default is 1.
ReportRoundRectangleShape.CornerHeight
CornerHeight As Integer
The height of the inset corner oval in pixels. The default is 16.
ReportRoundRectangleShape.CornerWidth
CornerWidth As Integer
The width of the inset corner oval in pixels. The default is 16.
ReportRoundRectangleShape.Fill
Fill As Double
The opacity of the interior, from 0 (completely transparent) to 100 (opaque).
ReportRoundRectangleShape.FillColor
FillColor As Color
The color of the interior of the shape.
Event descriptions
ReportRoundRectangleShape.AfterPrinting
AfterPrinting
Called after the control has rendered the data for printing.
ReportRoundRectangleShape.BeforePrinting
BeforePrinting
Fires before the rendering takes place.
Compatibility
All project types on all supported operating systems.
See also
Object parent class; Reports Module module; RBReportDocument, ReportField, Report, ReportLabel, ReportLineShape, ReportOvalShape, ReportRectangleShape, ReportPicture classes.