The Line control allows you to draw vertical, horizontal or diagonal lines that visually separate or highlight areas within a section on a report.
Note: If you need lines to span across report sections, please see the CrossSectionLine control.
You can use your mouse to visually move and resize the Line, or you can use the Properties panel to change its X1, X2, Y1, and Y2 properties to specify the coordinates for its starting and ending points.
Clicking the four-way arrow selects the control and reveals its properties.
Property | Description |
---|---|
LineColor | Gets or sets the color of the line. |
LineStyle | Gets or sets the pen style used to draw the line. The line styles include Transparent, Solid, Dash, Dot, DashDot, DashDotDot, or Double. |
LineWeight | Gets or sets the pen width of the line in points. |
X1 | Gets or sets the horizontal coordinate of the line's starting point. |
X2 | Gets or sets the horizontal coordinate of the line's end point. |
Y1 | Gets or sets the vertical coordinate of the line's starting point. |
Y2 | Gets or sets the vertical coordinate of the line's end point. |
You can set the Line properties in the Line dialog. To open it, with the Line selected on the report, under the Properties panel, click the Property dialog link.