First page Back Continue Last page Overview Graphics
Data::Report API (Cont’d)
- $rep->start;
$rep->add({ acct => $acct,
desc => $desc,
...
});
This adds a row to the report. The order of the items does not matter (it’s a hash).
Optionally, a style for a row can be specified:
- $rep->add({ ..., _style => "plain" });
And, finally: