The Line control allows you to draw vertical, horizontal or diagonal lines that visually separate or highlight areas within a section on a report. You can also use the Line report control to visually separate data regions in a report layout.
Clicking the four-way arrow selects the control and reveals its properties.
Property | Description |
---|---|
AccessibleDescription | Enter the alternative description of the control for use by accessibility client application. The property on exporting the report adds the ‘alternative text’ in PDF and ‘alt’ attribute in HTML. |
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. |
LineWidth | Gets or sets the pen width of the line in points. |
Visibility | Indicates whether the line is visible or hidden. |
LayerName | Gets or sets the name of the containing layer. |
EndPoint | Set the vertical and horizontal end points of the line. |
Location | Gets or sets the position of the top-left corner of the report item in relation to its container. |
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.