BackPrevious Topic  Next TopicNext

Rectangle Properties

This topic describes the properties of the Rectangle object in a heat map.

Designer provides some properties only when you use the object in certain report types. You can get details from the Available For column in the property table.

Property Name Available For Description
General
Class Type Query Page Report Shows the class type of the object. This property is read only.
Group By Query Page Report Shows the group-by field of the object. If null, the object is grouped based on the whole dataset. This property is read only.
Instance Name Query Page Report Shows the instance name of the object. This property is read only.
CSS
Class Page Report, Web Report, Library Component Specifies the name of the Class Selector to apply to the object, which you define in the CSS file of the style the report applies.

For example, if you define the CSS file as follows:

@charset "GBK";
TextField {Background: #ff0000}
/*Style=LabelX*/
TextField[Style="LabelX"]{Background: #0000FF}
/*ID=W*/
TextField#W{Background: #FFFF00}
/*class=C*/
TextField.C{Background: #00FFFF}

To apply the Class Selector in the file to the object, type C in the value cell.

Data type: String

Style Page Report, Web Report, Library Component Specifies the style you want to apply to the object. You can specify the style in two ways:
  • Type the style which should be an Attribute Selector whose attribute is "style" in the CSS file of the style the report applies. For example, to apply the style in the above sample CSS file to the object, type LabelX in the value cell.
  • Choose a style from the drop-down list if you have specified the Style Group property for the report tab or web report, and there are styles in the style group that are applicable to the object.

Data type: String

Others
Link Page Report, Web Report, Library Component Specifies to link the object to another report, a website, an email address or a Blob data type field. Select Ellipsis button in the value cell to set the link target. For more information, see Adding Links in Reports.

Data type: String

Vertical Alignment Page Report, Web Report, Library Component Specifies the vertical justification of the text in the object. Choose an option from the drop-down list.

Data type: Enumeration

Separator
Color Page Report, Web Report, Library Component Specifies the color of the separator line. Choose a color from the drop-down list or select Custom to customize a color, or type a hexadecimal RGB value (for example, 0xff0000) to specify a color. For page report, you can also use a formula or edit an expression that returns a color.

Data type: String

Line Style Page Report, Web Report, Library Component Specifies the line style of separator. Choose an option from the drop-down list.

Data type: Enumeration

Thickness Page Report, Web Report, Library Component Specifies the line width of the separator. Type a numeric value to change the thickness.

Data type: Float

Transparency Page Report, Web Report, Library Component Specifies the transparency of separators, in percent. Type a numeric value to change the transparency.

Data type: Integer

TOC
Anchor Display Value Page Report, Web Report, Library Component Specifies a string or formula to display for the TOC entry for this object in the TOC Browser. By default it is the value of the specified object. The TOC Anchor property must be set to true for this property to take effect.

Data type: String

TOC Anchor Page Report, Web Report, Library Component Specifies whether to include the object in the TOC Browser for the report.

Data type: Boolean

Accessibility
External CSS Class Selector Query Page Report Specifies a class selector to be applied to the object when exported as HTML. Type a valid class name from the CSS file.

Data type: String

Back to top

BackPrevious Topic  Next TopicNext