Renders a single Bootstrap panel card with a coloured header derived from the active colour palette and body content from the first row of the query.
BOOTSTRAPCARD — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
The panel heading colour is read from def_colour_palette unless self._Options supplies an override colour directly. The header title is taken from the last field name in the query. The body is self.data_list[0][0] processed through process_text.
Options read from self._Options JSON.
| Key | Effect |
|---|---|
| (any value) | Used directly as the panel heading background colour, bypassing the palette lookup. |