Renders a two-column name/value callout widget and also attempts to load .js and .css resources named after each cell value.
Dash — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Returns a Bootstrap callout <div> containing a table of field-name/value pairs. Field names prefixed with _ suppress the label. Rows containing only a - value are rendered as empty rows. For each cell value, add_resource_script and add_resource_css are called with that value — making this variant useful for testing which JS/CSS resources a given data set would attempt to load.
Functionally identical to ObjReportValues; the distinguishing behaviour is the per-cell resource loading side-effect.