Class
ReportLineShape
Description
A line in a report. Used by the Report Layout Editor.
Properties
Name |
Type |
Read-Only |
Shared |
---|---|---|---|
Events
Name |
Parameters |
Returns |
---|---|---|
Enumerations
ReportLineShape.LineStyles
LineStyles
Specifies the line style.
Value |
Enum |
---|---|
0 |
Solid |
1 |
Transparent |
2 |
Dot |
3 |
Dash |
Property descriptions
ReportLineShape.LineColor
LineColor As Color
The color of the line. The default is &c000000.
ReportLineShape.LineStyle
LineStyle As LineStyles
The style of the line.
The choices are:
Value |
Description |
---|---|
0 |
Solid |
1 |
Transparent |
2 |
Dot |
3 |
Dash |
ReportLineShape.X1
X1 As Double
The point on the X axis where the line begins, measured in Units. The coordinate is relative to the section the Lineshape is in.
ReportLineShape.X2
X2 As Double
The point on the X axis where the line ends, measured in Units. The coordinate is relative to the section the Lineshape is in.
ReportLineShape.Y1
Y1 As Double
The point on the Y axis where the line begins, measured in Units. The coordinate is relative to the section the Lineshape is in.
ReportLineShape.Y2
Y2 As Double
The point on the Y axis where the line ends, measured in Units. The coordinate is relative to the section the Lineshape is in.
Event descriptions
ReportLineShape.AfterPrinting
AfterPrinting
Called after the control has rendered the data for printing.
ReportLineShape.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, ReportRectangleShape, ReportRoundRetangleShape. ReportPicture classes.