Skip to main content

Output Designer Basics

The output designer is the visual report builder in Report Forge. It combines page layout, data-bound components, format controls, and a live preview into one workspace. Use it to design the report output that will be generated from each edition's data.


Opening the Output Designer

  1. Open a blueprint in the Blueprint Designer.
  2. Click the Outputs tab in the header.
  3. Click an existing output template to edit it, or click + New Output to create one.
  4. The output designer workspace opens.

Main areas

AreaDescription
RibbonTop toolbar — undo, redo, save, publish, preview, export, page settings, zoom.
CanvasThe central design surface. Pages are shown in order with visual margins.
Page panelLeft sidebar — page thumbnails, page add/reorder/delete controls.
Component pickerLeft sidebar tab — all component categories and types available for insertion.
Build panelRight sidebar — data binding, field configuration, series/rows setup for the selected component.
Format panelRight sidebar tab — visual properties for the selected component (typography, colours, borders, spacing).
PreviewTop right — switches canvas to a read-only rendered preview using live edition data.

Canvas layout modes

The canvas supports two layout approaches:

Layout modeWhen to use
Grid layoutStructured column-and-row grid. Components snap to a 12-column grid. Best for consistent report pages with aligned columns.
Freeform layoutComponents float freely and can be positioned anywhere. Best for cover pages, infographic layouts, or custom page designs.

Switch layout mode per page in Page settings → Layout mode.


Adding a component

  1. Click + Insert in the ribbon, or open the Component picker in the left sidebar.
  2. Browse by category or search by component name.
  3. Click a component to add it to the canvas at the default position.
  4. Drag to reposition. Drag handles to resize.
  5. In the Build panel, bind the component to a data source.

Data binding workflow

After placing a component on the canvas:

  1. Open the Build panel (right sidebar).
  2. In the Data tab, select the source section from the blueprint.
  3. Map fields to the component's data wells:
    • For tables: drag fields into the Columns well.
    • For charts: drag fields to the X axis, Y axis, and Series wells.
    • For KPI cards: select the value field, label field, and optional comparison field.
  4. The canvas updates to show a preview of the binding.

Format panel overview

With a component selected, open the Format tab in the right sidebar:

Format setting groupWhat you can control
TypographyFont family, size, weight, line height, alignment.
ColoursBackground, border, text, accent colours.
SpacingPadding, margin, gap between elements.
BordersWidth, style (solid/dashed/dotted), radius, colour.
VisibilityShow/hide based on a field condition (conditional formatting).
Component-specificChart axes, legend position, label format, zone colours, table gridlines, etc.

Pages

A report output can have multiple pages:

ActionHow
Add a pageClick + in the page panel thumbnail list.
Reorder pagesDrag thumbnails in the page panel.
Duplicate a pageRight-click thumbnail → Duplicate page.
Delete a pageRight-click thumbnail → Delete page.
Page settingsRight-click thumbnail → Page settings — set size, orientation, margins, layout mode, header/footer.

Headers and footers

Configure headers and footers per page or for all pages:

ElementOptions
LogoUpload a static image or bind to a workspace branding setting.
Report titleStatic text or bound to a blueprint field.
Project nameBound to a field (auto-updates per edition).
Page numberAuto-inserted as Page N of M.
DateReport generation date, or bound to the edition period end date.
Custom textStatic text in any header/footer zone.

Saving and publishing

ActionEffect
SaveSaves the current design as a draft — does not affect generated outputs.
PublishPublishes the output template — new output generation uses this version.
PreviewShows the output rendered with live data from the most recent edition.

Always preview before publishing to catch binding issues, truncated text, or layout overflow.


Quick start checklist

StepTask
1Add a cover page with an info grid (project metadata) and a RAG grid (health summary).
2Add a progress page with a table bound to the schedule section.
3Add a cost page with a KPI card (budget vs actual) and a waterfall chart.
4Add a risk page with a risk matrix and a filtered table.
5Preview with the latest edition — check for layout overflow on each page.
6Publish the output template.
7Generate output from the edition page.