add_line
Add a line to report items by specifying start coordinates and vector. Optionally set color, thickness, and line style.
Instructions
Add a to /. RDL Line semantics: top/left is the start point; width/height is the offset (vector) to the end point — horizontal line uses height='0in', vertical uses width='0in'. Optional color, line_thickness ('1pt' default), line_style (Solid/Dashed/Dotted/Double/etc.). Returns {name, kind: 'Line'}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | Yes | ||
| left | Yes | ||
| name | Yes | ||
| path | Yes | ||
| color | No | ||
| width | Yes | ||
| height | Yes | ||
| line_style | No | ||
| line_thickness | No |