The group of instances for reports in progress
| Object specific | |
| $add | $add(cClassname|rItem,cInstname[,params...]) starts an instance of the report;cInstname = '*' means Omnis creates instance name.Passes parameters to $construct.Returns item reference to report instance You can pass cClassname/rItem as either the name of the report class, in the form [library.]class, where the library defaults to the current library if omitted, or as an item reference to the report class. |
| $remove | $remove(rItem) terminates the report; rItem is an item reference to the report to terminate |
| Standard | $appendlist $count $findname $first $insertlist $makelist $next $sendall |
| REPORT |