Progress® Telerik® Reporting R1 2021
Style Properties
The Style type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BackgroundColor |
Gets or sets the background color of the report item.
|
![]() | BackgroundImage |
Gets a BackgroundImage
object that controls the image displayed in the background of the
report item.
|
![]() | BorderColor |
Gets a BorderColor object
used to define the border color of a report item.
|
![]() | BorderStyle |
Gets a BorderStyle object
used to define the border style of a report item.
|
![]() | BorderWidth |
Gets a BorderWidth object
used to define the border width of a report item.
|
![]() | Color |
Gets or sets the foreground color of the report item.
|
![]() | Font |
Gets a Font object
representing the font of the report item.
|
![]() | LineColor |
Gets or sets the Color (stroke)
representing the line color of report items that support it, such
as lines and shapes.
|
![]() | LineStyle |
Gets or sets a LineStyle
object used to define the line style of report items that
support it, such as lines and shapes.
|
![]() | LineWidth |
Gets or sets a Unit
representing the line width of report items that support it, such
as lines and shapes.
|
![]() | Padding |
Gets a Padding object
used to define the padding of a report item.
|
![]() | TextAlign |
Gets or sets the horizontal alignment of text in the report item.
|
![]() | VerticalAlign |
Gets or sets the vertical alignment of text in the report item.
|
![]() | Visible |
Gets or sets a value indicating whether the report item is
displayed.
|