Class
RBReportControl
Description
The base class for the controls on a Report.
Properties
Name |
Type |
Read-Only |
Shared |
---|---|---|---|
✓ |
|||
Methods
Name |
Parameters |
Returns |
Shared |
---|---|---|---|
controlName As String |
Property descriptions
RBReportControl.DataField
DataField As String
The name of the field from the data source to bind to the control.
RBReportControl.Height
Height As Double
The height of the control in Units. Height is relative to the section the control is in.
RBReportControl.Left
Left As Double
The left side of the control in Units. Left is relative to the section the control is in.
RBReportControl.Name
Name As String
The name of the control as defined in the Inspector or constructor.
This property is read-only.
RBReportControl.PenHeight
PenHeight As Integer
The height in pixels used when drawing lines, ovals, and rectangles.
RBReportControl.PenWidth
PenWidth As Integer
The width in pixels used when drawing lines, ovals, and rectangles.
RBReportControl.Tag
Tag As Variant
A place to store any value you wish to associate with the control.
RBReportControl.Top
Top As Double
The top of the control in Units. Top is relative to the section the control is in.
RBReportControl.Visible
Visible As Boolean
If True, the control is visible. The default is True.
RBReportControl.Width
Width As Double
The width of the control in Units. Width is relative to the section the control is in.
Method descriptions
RBReportControl.Constructor
Constructor(controlName As String)
Note
Constructors are special methods called when you create an object with the New keyword and pass in the parameters above.
Creates a new ReportControl with the passed name.
Compatibility
All project types on all supported operating systems.
See also
Object parent class; Dataset class interface, RBReportDocument, Report, ReportField, ReportLabel, ReportLineShape, ReportOvalShape, ReportRectangleShape, ReportRoundRectangleShape, ReportPicture classes; Reports Module module.