Class
ReportRectangleShape
Description
A rectangle in a report. Used by the Report Layout Editor.
Properties
Name |
Type |
Read-Only |
Shared |
---|---|---|---|
Events
Name |
Parameters |
Returns |
---|---|---|
Property descriptions
ReportRectangleShape.Border
Border As Double
ReportRectangleShape.BorderColor
BorderColor As Color
The color of the object's border.
ReportRectangleShape.BorderWidth
BorderWidth As Integer
The width of the border, in points. The default is 1.
ReportRectangleShape.Fill
Fill As Double
The opacity of the interior, from 0 (completely transparent) to 100 (opaque).
ReportRectangleShape.FillColor
FillColor As Color
The color of the interior of the shape.
Event descriptions
ReportRectangleShape.AfterPrinting
AfterPrinting
Called after the control has rendered the data for printing.
ReportRectangleShape.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, Report, ReportField, ReportLabel, ReportLineShape, ReportOvalShape, ReportRoundRetangleShape. ReportPicture classes.