The Shape report control is used to display one of the available shape types on a report. You can add a shape report control to a report by dragging it from the toolbox and dropping it onto the report design surface.
In the Style property of the Shape report control, you can select Rectangle, RoundRect or Ellipse, or you can use an expression to assign fields, datasets, parameters, constants, operations or common values to it.
You can highlight different sections or parts of a report using a shape report control. For example, you can use a Rectangle as border around different report controls or the entire page or you can use an Ellipse to highlight a note on your report.
Clicking the Shape control reveals its properties in the Properties panel.
Property | Description |
---|---|
LineColor | Gets or sets the color of the shape lines. |
LineStyle | Gets or sets the pen style used to draw the line. |
LineWeight | Gets or sets the pen width used to draw the shape. |
Style | Gets or sets the shape type to draw. You can select from Rectangle, Ellipse and a RoundedRect. |
RoundingRadius | Sets the radius of each corner for the RoundRect shape type. You can select Default, TopLeft, TopRight, BottomLeft or BottomRight. Selecting Default sets the radius of all the corners of the Shape control to a specified percentage. Default value = 10 (percent). |
You can set the Shape properties in the Shape dialog. To open it, with the Shape selected on the report, under the Properties panel, click the Property dialog link.