Renders a full AdminLTE 3 starter-page shell as a standalone HTML document, embedding a report content block in the body.
ADMINLTE — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Params are unused. Returns a complete HTML document (including <!DOCTYPE html>) styled with the AdminLTE 3 admin panel layout. The body includes a fixed sidebar, top navigation bar, and a content area that embeds the {report:test_apexline} sub-report. Package logo and copyright constants are substituted from GetConstant.
Loads AdminLTE 3.1 CSS and JS from the jsDelivr CDN. Registers jquery.min.js and bootstrap.min.js as local resource scripts. This report returns a full HTML document, not a fragment — it is not suitable for embedding inside another page.