Skip to main content

Image Component

The image component places a single image on the output canvas. The image can be static (uploaded directly to the output template), bound to an image field from a blueprint section (so the image changes with each edition), or pulled from a URL field.

Report Forge image component


When to use

  • Cover page logo or client branding.
  • Site photos uploaded by contributors in an edition image field.
  • Organisation charts or diagrams that change per reporting period.
  • Static reference diagrams (site plan, floor layout, route map).

Adding the component

  1. Open the report output in the Output Designer.
  2. Click + InsertImage.
  3. Position and resize the component.
  4. In the Data tab, choose a static image or bind to a field.

Image source options

Source typeDescription
Static imageUpload an image file directly to the template. The same image appears in every output generated.
Blueprint image fieldBind to an image field in a blueprint section. The image shown is whatever the contributor uploaded for this edition.
URL fieldBind to a url field containing a direct image URL. The image is fetched at output generation time.

Sizing and positioning

PropertyOptions
Fit modeContain (fit within bounds), Cover (fill bounds, crop), Stretch (distort to fill), Original (1:1 pixel size).
AlignmentHorizontal: Left, Centre, Right. Vertical: Top, Middle, Bottom.
Max widthCap the rendered width in pixels regardless of container size.
Max heightCap the rendered height in pixels.
Aspect ratio lockMaintain the original aspect ratio when resizing the component.

Border and background

PropertyOptions
BorderNone, or configurable width, style, and colour.
Border radius0–50% (use 50% for circular cropping).
Background colourFill the component background when the image has transparency.
ShadowOptional drop shadow.

Empty state

When the bound field has no image uploaded:

PropertyDescription
Fallback imageShow a specified static image when the field is empty.
Placeholder textShow a text label (e.g. "No image provided") in the image area.
Hide when emptyCollapse the component when the field is blank.

Caption

Add an optional caption below the image:

PropertyDescription
Caption sourceStatic text, or bound to a text field in the same section.
Caption alignmentLeft, Centre, Right.
Caption font size8–12pt.

Export behaviour

  • PDF / Word: Image is embedded at original resolution up to the configured max size. Vector SVG sources are preserved as vectors.
  • Excel: Image is embedded as a floating image in the sheet.
  • Uploaded images larger than 5 MB may slow PDF generation — resize before uploading if performance is a concern.