Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes an overview of the report's contents to the Infolog.
Syntax
public void dump()
Run On
Called
Remarks
The lines written to the Infolog are identical to the information shown when you expand the report in the AOT.
Examples
static void testReportDump(args a)
{
report r = new report("cust");
r.Dump();
}