Report.dump Method [AX 2012]

Writes an overview of the report's contents to the Infolog.

public void dump()

Run On

Called

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

Community Additions

ADD
Show: