Image

The properties of an image in a web report are:

Property Name Description
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

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

Data type: String

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

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
Horizontal Alignment Specifies the horizontal alignment of the image in the container. Choose an option from the drop-down list.

Data type: Enumeration

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

Link Specifies to link the object to another report, a website, or an e-mail address. Click in the value cell to set the link target. For details, see Binding a link to a label.

Data type: String

Logic Column Specifies whether to show the object in the next visible table cell in the same row when the column which holds the object is hidden. Choose an option from the drop-down list.

Data type: Enumeration

Notes:

  • The next visible table cell should be completely empty, that is, the cell should not hold any content including blank space.
  • When the property for several objects in the same row is set to next visible column, and the columns holding these objects are all hidden, then only the object in the rightmost column will be shown in the next visible cell.
Record Location Specifies the calculation point for the properties which use formulas. Choose an option from the drop-down list.
  • Default - The values of the properties are calculated in the default location where they are located.
  • Page Header - The values of the properties are calculated in the page header.
  • Page Footer - The values of the properties are calculated in the page footer.

Data type: Enumeration

Transfer Style Specifies whether the style group of the primary report will be applied to the linked report if the object is linked to a report.

Data type: Boolean

Vertical Alignment Specifies the vertical alignment of the image in the container. Choose an option from the drop-down list.

Data type: Enumeration

Image Property
Alternate Text Specifies the text that will be displayed instead if the image cannot be displayed.

Data type: String

Disabled Specifies whether to disable the actions on the image.

Data type: Boolean

Image Name Specifies the file name of the image. The image can be one on your local file system or retrieved by using a URL.

Data type: String

Maximum Scaling Ratio Specifies the maximum ratio up to which the image can be scaled.

Data type: Float

Name Specifies the name of the image.

Data type: String

Rotation Specifies the angle at which to rotate the image, in degrees. The following is the meaning of different values:
  • 0 - No rotation.
  • positive value - Rotates the image clockwise.
  • negative value - Rotates the image anticlockwise.

Data type: Float

Scaling Mode Specifies the scaling mode of the image, which controls the image behavior when you try to adjust the image field size. Choose an option from the drop-down list.
  • actual size - The image will remain its original size. If the image field size is smaller than the image size, part of the image will be cut off.
  • fit image - The image size will be automatically adjusted to fill up the image field, with its original perspective remained but under the limitation of Maximum Scaling Ratio.
  • fit width - The image will be automatically adjusted to fit the width of the image field but under the limitation of Maximum Scaling Ratio.
  • fit height - The image will be automatically adjusted to fit the height of the image field but under the limitation of Maximum Scaling Ratio.
  • customize - The image size will be automatically adjusted to fit the image field, regardless of the Maximum Scaling Ratio's value.

Data type: Enumeration

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 at runtime.

Data type: String

Value Specifies the initial value of the image.

Data type: String

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

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