Renders a single Bootstrap panel card displaying the first value from the query result, with the last field name as the card heading.
Bootstrap 5 card — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
No parameters are used. The report reads self.data_list[0][0] for the card body content, and uses the last field name in self.FieldNames as the heading text. Returns an HTML string.
Options read from self._Options JSON.
| Key | Effect |
|---|---|
| (raw value) | Sets the Bootstrap panel colour variant (e.g. primary, success). Defaults to default when empty. |