Renders a plain string value from the first column of the first query row, or falls back to the raw query text when no rows are returned.
STRING — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
No parameters are used directly. Returns self.data_list[0][0] as a string if data is available; otherwise returns the raw self._Query string. No HTML wrapping is applied.
axion.rpc.js (loaded but not actively used in the current render path)._Options JSON is parsed but currently has no effect on the rendered output beyond the refresh placeholder infrastructure.