Border style properties
The border style properties control the style of the borders for the report object.
See Modify an object's borders, margins, or padding for illustrations.
- borderStyle
- Sets the style for all an object's borders. Can be overridden by specific borderSyle properties.
- borderRightStyle
- Sets the style for an object's right border. Can override the borderStyle property.
- borderBottomStyle
- Sets the style for an object's bottom border. Can override the borderStyle property.
- borderLeftStyle
- Sets the style for an object's left border. Can override the borderStyle property.
- borderTopStyle
- Sets the style for an object's top border. Can override the borderStyle property.
- roundedCorners
- Specifies that the object's border corners will be round. This applies to the border styles solid, dashed, and double only.