Class
ReportOvalShape
Description
An oval in a report created with the Report Layout Editor.
Properties
Name |
Type |
Read-Only |
Shared |
---|---|---|---|
✓ |
|||
Methods
Name |
Parameters |
Returns |
Shared |
---|---|---|---|
controlName As String |
|||
Events
Name |
Parameters |
Returns |
---|---|---|
Enumerations
ReportOvalShape.LineStyles
LineStyles
The styles available for drawing the border.
Name |
---|
Solid = 0 |
Transparent = 1 |
Dot = 2 |
Dash = 3 |
Property descriptions
ReportOvalShape.Border
Border As Double
The opacity of the border.
ReportOvalShape.BorderColor
BorderColor As Color
The color of the object's border.
ReportOvalShape.BorderWidth
BorderWidth As Integer
The width of the border, in points. The default is 1.
ReportOvalShape.DataField
DataField As String
The name of the field from the data source to bind to the control.
ReportOvalShape.Fill
Fill As Double
The opacity of the interior, from 0 (completely transparent) to 100 (opaque).
ReportOvalShape.FillColor
FillColor As Color
The color of the interior of the shape.
ReportOvalShape.Height
Height As Double
The height of the control in Units. Height is relative to the section the control is in.
ReportOvalShape.Left
Left As Double
The left side of the control in Units. Left is relative to the section the control is in.
ReportOvalShape.Name
Name As String
The name of the object.
This property is read-only.
ReportOvalShape.PenHeight
PenHeight As Integer
The height in pixels used when drawing.
ReportOvalShape.PenWidth
PenWidth As Integer
The width in pixels used when drawing.
ReportOvalShape.Report
Report As Report
The report to which the object belongs.
ReportOvalShape.Tag
Tag As Variant
A value that can be associated with the shape.
ReportOvalShape.Top
Top As Double
The top of the control in Units. Top is relative to the section the control is in.
ReportOvalShape.Visible
Visible As Boolean
If True, the control is visible. The default is True.
ReportOvalShape.Width
Width As Double
The width of the control in Units. Width is relative to the section the control is in.
Method descriptions
ReportOvalShape.Constructor
Constructor(controlName As String)
Creates a new ReportOvalShape.
Note
Constructors are special methods called when you create an Object With the New keyword And pass In the parameters above.
ReportOvalShape.ControlType
ControlType As String
Returns the type of the control.
Event descriptions
ReportOvalShape.AfterPrinting
AfterPrinting
The shape has just been printed.
ReportOvalShape.BeforePrinting
BeforePrinting
The shape is about to be printed.
Compatibility
All projects types on all supported operating systems.
See also
RBReportControl parent class; Reports Module module; RBReportDocument, Report, ReportField, ReportLabel, ReportLineShape, ReportRectangleShape, ReportRoundRetangleShape. ReportPicture classes.