Issue moved from:
https://sourceforge.net/tracker/index.php?func=detail&aid=704977&group_id=36382&atid=416706
Consult the original issue for any attachments.
[ 704977 ] extend interfaces
Submitted By: Nobody/Anonymous - nobody
Date Submitted: 2003-03-17 05:54
Last Updated By: teodord - Comment added
Date Last Updated: 2006-02-14 02:15
Number of Comments: 1
Number of Attachments: 0
Category: Interface Improvements (example)
Assigned To: Nobody/Anonymous
Priority: 5
Summary:
extend interfaces
It would be useful to add setter functions to JRReport interface like setTopMargin, etc.
Another request:
I think it's necessary to change the function fillReportToFile(JasperReport jasperReport, String destFileName, Map parameters, Connection conn) so
that it depends on the interface JRReport not the implementation class JasperReport. The function signature will be fillReportToFile(JRReport jasperReport, String destFileName, Map parameters, Connection conn). This will allow to use some cool java features like DynamicProxy.
Best regards.
Oleg Pavliv (oleg_pavliv at yahoo.com)
Comments
Date: 2006-02-14 02:15
Sender: teodordProject Admin
Logged In: YES
user_id=332465
Hi,
Sorry for the late answer. Changing the margins cannot be performed on a compiled
report template, because it would require report layout validation again.
I don't think we are going to modify the signature of the fill method, but I would like to hear more about the cool features you had in mind with the DymanimcProxy.
Thank you,
Teodor
No Files Currently Attached
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now