Renders a two-column name/value callout widget displaying all fields from the query result.
Dash — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Returns a Bootstrap callout <div> (colour from self._Widgetcolour) containing a table of field-name/value pairs for every non-empty cell in the result set. Field names prefixed with _ suppress the label. Rows containing only a - value are rendered as blank separators. An optional title with glyph is shown when not in widget mode (self._Aswidget != "Y"). An optional fixed height is applied via self._Height.