Renders a responsive grid of sub-reports arranged in rows within a half-width container.
Row — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="", Orientation="") -> str:
Param1 / Param2 — passed through to each embedded sub-report.
Returns a <div class="container-fluid"> containing Bootstrap rows, each wrapped in a col-md-6. The query must return one row with up to three columns:
SPACE for an empty placeholder)Each report code is expanded via {report:CODE:Param1:Param2}. Reports returning empty output are excluded. Unlike ObjReportSmallRow, the content pane is constrained to half the page width (col-md-6).