Skip to main content
Version: 7.9

Report Component - Images

Component Palette Icon:

Description

The Image component lets you embed images into reports. Images can be dragged from a local computer, shared drive, webpage, or the Image Management Tool as files onto reports. They can also be pulled as binary data from a datasource. If no Key is associated with the image component, the dropped image will be used. If the Key does not link to a valid image, no image will be shown. The image displayed in the Report Designer is a placeholder. It will be replaced with the image associated with the image's Key when the report is generated or previewed.

In the image component's Property Inspector, you can drag a parameter or a datasource column from the Key Browser into the Key field. The Data Key can resolve to a byte array, such as an image retrieved from a database, or a URL that points to an image on the web, or an image file on a disk. Remember that reports are generated on the Gateway, so the image source needs to be accessible from the Gateway computer.

Keychain Expressions can not be used in the data key, but the Key can be a parameter or datasource that dynamically constructs a path to an image. This allows you to easily change images in reports without changing the image component.

Properties

PropertyDescriptionCategory
FillIf true, the shape will fill its space with color.Stroke and Fill
Fill SelectedIf fill is selected, the color that will fill the shape.Stroke and Fill
OpacityHow opaque the fill color is, between 0 and 1.Stroke and Fill
Stroke StyleWhat style of stroke or border to use: Hidden, Shape Outline, Border, or Double. To learn more about stroke styles, refer to Stroke and Fill Properties.Stroke and Fill
StrokeDetails for the chosen stroke. Each Stroke has its own properties depending on the Stroke Style chosen.Stroke and Fill
Grow to FitIf true, rescale the original image to fit the shape.Image Shape
KeyData Key for this image.Image Shape
PaddingPadding between the image and the shape's bounds.Image Shape
Page IndexFor multi-page images, sets the page index to use.Image Shape
Preserve Aspect RatioIf true, preserve the aspect ratio when resizing the image.Image Shape
RadiusThe amount to radius the corners of this shape.Rectangle Shape
RollNumber of degrees this shape is rotated clockwise.Basic Properties
Scale XAmount to scale the width of this shape. 1 is scale to 100%.Basic Properties
Scale YAmount to scale the height of this shape. 1 is scale to 100%.Basic Properties
VisibleIf true, the shape will be visible.Basic Properties
WidthWidth of this shape in pixels.Basic Properties
HeightHeight of this shape in pixels.Basic Properties
XHorizontal distance in pixels between the left edge of this shape and the left edge of the page.Basic Properties
YVertical distance in pixels between the top edge of this shape and the top edge of the page.Basic Properties

Example

Image in a Report

PropertyValue
Data KeyImage Path

The image in this report was created using a Parameter that resolved to a URL.