Subscriber portal
Writes an overview of the report's contents to the Infolog.
public void dump()
The lines written to the Infolog are identical to the information shown when you expand the report in the AOT.
static void testReportDump(args a) { report r = new report("cust"); r.Dump(); }