BRGText creates a text component that can be fed into BetterReportGenerator or BRGGroup to appear in an HTML report. It converts incoming features—regardless of geometry or schema—into BRGComponent features that encapsulate the HTML and CSS required to render a textual section.
Typical uses include:
Adding introductions, explanations, or narrative paragraphs.
Inserting headings or sub‑headings between visual components such as maps, tables, or charts.
Displaying dynamically grouped commentary (e.g. one description per city or per data category).
Input Ports
Port
Description
Input (Any Feature)
Accepts any feature type. .
Output Ports
Port
Description
BRGComponent
Emits one feature containing the text block plus styling information. The feature carries the attributes required by BetterReportGenerator.
Parameters
Parameter
Purpose
Notes
Title
Heading displayed above the text block.
May include HTML entities; rendered inside an <h3> element by default.
Description
Main body text for the section.
Supports inline HTML (e.g. lists, links, <strong>,<em>).
Card Type
Controls visual framing. Options:• No Card – text rendered directly on the page.• Static Card – bordered card, always expanded.• Collapsable Card – card that can be toggled open/closed; starts open.• Collapsed Card – same as above but starts closed.
Choose a card style that matches the surrounding components.
Order
Integer or numeric expression that determines where this component appears relative to other BRG components.
Lower numbers appear first.
Group By
Attribute name used to partition incoming features. Features with identical values in this attribute are combined into one text component.
Leave blank to treat all features as one group.
Would you like to know more? Click here to find out more details!