Report.dump Method

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(); 
}

See Also

Reference

Report Class