Group control image

The properties of a group control image in a banded object are:

Property Name Description
General
Class Type Indicates the class type of the object. This property is read only.
Instance Name Shows the instance name of the object. This property is read only.
Geometry
Height Specifies the height of the object, in inches or centimeters. Enter a numeric value to change the height.

Data type: Float

Width Specifies the width of the object, in inches or centimeters. Enter a numeric value to change the width.

Data type: Float

X Specifies the horizontal coordinate of the top left corner of the object, relative to its parent container. This property is ignored if the Position property is set to static. Enter a numeric value to change the position in inches or centimeters.

Data type: Float

Y Specifies the vertical coordinate of the top left corner of the object, relative to its parent container. This property is ignored if the Position property is set to static. Enter a numeric value to change the position in inches or centimeters.

Data type: Float

Color
Background Specifies the background color of the object. Choose a color from the drop-down list, enter a hexadecimal RGB value (e.g. 0xff0000) or choose a formula that returns a color, or select Custom from the drop-down list to specify the color.

Data type: String

CSS
Class Specifies a CSS class to be applied to the object which is a valid class in the CSS file.

Data type: String

Style The property can be used in two ways.
  • Specifies a style to be applied to the object. Choose a style from the drop-down list which is available when a Style Group has been selected at the report tab level and when there are styles in the Style Group that can be applied to the object, or type in the style name.
  • Specifies a CSS selector to be applied to the object. Enter a valid class name from the CSS file.

Data type: String

Others
Export to DHTML Specifies whether to include the object when exporting the report to DHTML.

Data type: Boolean

Invisible Specifies whether to show the object in the design area and in the report results. All formulas and calculations will still be performed if the property is set to true.

Data type: Boolean

Position Specifies the position of the object. Choose an option from the drop-down list.
  • static - The object is positioned at the location in which it is inserted. If selected, the X, Y and other position-related properties will be hidden or disabled. The position of the object is affected by preceding objects in the same container.
  • relative - The object is positioned at an offset to the position at which it is inserted. The offset is determined by the X and Y property values.
  • absolute - The object will be located at the position specified by dragging and dropping or by setting its X and Y property values. The position of the object is not affected by preceding objects in the same container.

Data type: Enumeration

Note: This property only affects objects with a parent container that is the report body, a tabular cell, or a text box.

Suppress Specifies whether to show the object in the design area and in the report results. All formulas and calculations will be skipped if the property is set to true.

Data type: Boolean

Note: When both the Invisible and Suppress properties of an object are set to true, Suppress has the higher priority.

Attribute
Access Key Specifies the accelerator key for the object.

Data type: String

Alternate Text Specifies the text that will be displayed if the object cannot be displayed.

Data type: String

Checked Specifies whether the object is checked.

Data type: Boolean

Class This property is typically used to associate a particular style rule in a style sheet with the object.

Data type: String

Direction Specifies a value that indicates the reading order of the object.

Data type: String

Disabled Indicates if the image is disabled. This property is read only.
ID Specifies the identifier of the object, which must be unique in the report. The ID property can be a style sheet selector.

Data type: String

Name Specifies the name of the image.

Data type: String

Size Specifies the size of the object, in pixels.

Data type: Integer

Source Displays the URL to be loaded by the object. This property is read only.
Tab Index Specifies the index that defines the tab order for the image.

Data type: Integer

Title Specifies the tip information about the image, which will be displayed when you hover the mouse pointer over the image after the report is exported to HTML or DHTML.

Data type: String

Value Specifies the text displayed in the image field.

Data type: String

Event
On Blur Specifies the action when the object loses input focus.

Data type: String

On Change Specifies the action when the contents of the object or selection have changed.

Data type: String

On Click Specifies the action when the user clicks the left mouse button on the object.

Data type: String

On Double Click Specifies the action when the user double-clicks the object.

Data type: String

On Focus Specifies the action when the object receives focus.

Data type: String

On Key Down Specifies the action when the user presses a key.

Data type: String

On Key Press Specifies the action when the user presses an alphanumeric key.

Data type: String

On Key Up Specifies the action when the user releases a key.

Data type: String

On Mouse Down Specifies the action when the user clicks the object with either mouse button.

Data type: String

On Mouse Move Specifies the action when the user moves the mouse over the object.

Data type: String

On Mouse Out Specifies the action when the user moves the mouse pointer outside the boundaries of the object.

Data type: String

On Mouse Over Specifies the action when the user moves the mouse pointer into the object.

Data type: String

On Mouse Up Specifies the action when the user releases a mouse button while the mouse is over the object.

Data type: String

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

Data type: String

External ID It is mapped to the HTML attribute id. This attribute specifies a name to the object, which must be unique in the report.

Data type: String

External Style It is mapped to the HTML attribute style. This attribute specifies style information for the object.

Data type: String

Language It is mapped to the HTML attribute lang. This attribute specifies the base language of the object's attribute values and text content.

Data type: String