Tanya Savage wrote:
Is it possible to pass parameters within this call? For example: writer.setPageEvent(new SummaryEndPageEvent(String myReportTitle, String myAcct, String acctNum, String fromDate, String toDate));
No, that's not the way events work. What you need is to subclass the EventHelper and add membervariables with getters and setters. See the Romeo&Julia example in the tutorial. It adds a header that depends on the current Act in Shakespeare's play. br, Bruno ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
