--- title: "Report - Star Shape" description: "The Star shape component creates a star and can be used anywhere on a report." --- # Report - Star Shape > The Star shape component creates a star and can be used anywhere on a report. The Star shape component creates a star and can be used anywhere on a report. Select the Star shape on the Report Component Palette to make it active, and draw a star anywhere in your Report Designer. Once the star is created you can use the handles to resize it. You can change the number of star points, bloat, color, and stroke using its properties. ![" "](starShape.png) **Report Design Component Palette Icon:** ![](starShapeIcon.png) ## Properties ![](starShapeProps.png) |Property|Description| |---|---| |Bloat|How wide each arm of the star is. 0 will give lines for each arm, 1 makes the star a polygon with twice as many sides as the points property.| |Points|Number of points in the star shape.| |Star Type|Switches the star shape from a Star to a Polygon.| |Fill|If true, the shape will fill its space with color.| |Fill Color|If Fill is selected, the color that will fill the shape.| |Opacity|How opaque the fill color is, between 0 and 1.| |Stroke Style|What style of stroke or border to use: Hidden; Shape Outline; Border; Double. To learn more about stroke styles, refer to [Stroke and Fill Properties](ignition-modules\reporting\report-design\stroke-and-fill-properties-for-reports\stroke-and-fill-properties-for-reports.md).| |Stroke|[Details for the chosen stroke](ignition-modules\reporting\report-design\stroke-and-fill-properties-for-reports\stroke-and-fill-properties-for-reports.md). Each Stroke has its own properties depending on the Stroke Style chosen.Color - Color to use for the stroke or border.Dash Pattern - A "Dashed Pattern" string to specify the nunber of pixels on and off. For example, "5,10"Width - Width of the stroke in pixels. |Roll|Number of degrees this shape is rotated clockwise.| |Scale X|Amount to scale the width of this shape. 1 is scale to 100%.| |Scale Y|Amount to scale the height of this shape. 1 is scale to 100%.| |URL| A link to attach to this reporting component. Will be a clickable hyperlink if the report is exported as a PDF. You can use the values below to link to internal pages.Page:Next - Navigates to the next page.Page:Back - Navigates to the previous page.Page:Number - Replace "Number" with a numeral. Navigates to the specified page.| |Visible|If true, the shape will be visible.| |Width|Width of this shape in pixels.| |Height|Height of this shape in pixels.| |X|Horizontal distance in pixels between the left edge of this shape and the left edge of the page.| |Y|Vertical distance in pixels between the upper edge of this shape and the top edge of the page.| ## Example This example shows possible values for the Star shape properties. ![" "](starShapeExample.png) |Property|Value| |---|---| |Points|8| |Fill Color|FF00FF| |Stroke Color|0000D9| |Roll|20|