Skip to main content

List Component

The list component renders one or more fields from a blueprint section as a clean formatted list. Use it for simple ordered or unordered outputs: key dates, named deliverables, personnel, milestones, or any set of repeating items that don't need a full table.

Report Forge list component


When to use

  • A numbered list of key deliverables for an executive summary.
  • An unordered list of active risks by title.
  • A horizontal pill-style list of assigned contributors or team members.
  • A labelled list showing key project dates (planned start, planned finish, data date).

Adding the component

  1. Open the report output in the Output Designer.
  2. Click + InsertList.
  3. Position and resize the component.
  4. In the Data tab, bind a section and configure list fields.

Configuration

Data binding

PropertyDescription
Source sectionThe blueprint section to pull rows from. Can be a single-record or repeating section.
FilterOptional row-level filter (e.g. only show rows where Status = Active).
Sort fieldSort list items by a field value.
Max rowsLimit the number of items shown (e.g. top 5).

Layout

PropertyOptions
OrientationVertical (default) or Horizontal.
List styleNone, Bullet, Numbered, Dash, Icon.
Icon sourceIf Icon style — choose a static icon or a field-mapped icon.
Item separatorNone, line, or space.
Columns1–4 columns for vertical lists (wraps items across columns).

Item fields

Each list item can display one or more fields:

PropertyDescription
Primary fieldThe main text displayed for each item.
Secondary fieldOptional sub-text shown below or beside the primary text (e.g. owner name, due date).
Badge fieldOptional coloured chip shown beside the item (e.g. RAG status, priority).
Prefix labelStatic label shown before the primary field (e.g. "Owner:").

Typography and spacing

PropertyOptions
Font size10–18pt.
Font weightNormal, Semi-bold, Bold.
Item paddingCompact, Normal, Spacious.
ColourStatic or conditional on a field value.

Empty state

Configure what is shown when the section has no rows or all rows are filtered out:

PropertyDescription
Empty textCustom message shown when no items are available.
Hide when emptyCollapse the component entirely if there are no items.

Export behaviour

  • PDF / Word: Renders as a styled HTML list; numbering and bullets are preserved.
  • Excel: Each item becomes a row in the output sheet.