Closed seboss69 closed 1 year ago
Hello, during the DJJRDesignHelper.downCast function, the DynamicJasperDesign returned doesn't copy the orientation.
It causes trouble when you want to print the generated report, it doesn't automatically select the landscape orientation for example.
Here is the example (i can't upload .java and .jrxml you must rename it !)
landscape2.txt
DJOrientationIssue.txt
By adding the instruction
djd.setOrientation(jd.getOrientationValue());
In the downCast function, the problem doesn't appear anymore.
I need to add this...
Hello, during the DJJRDesignHelper.downCast function, the DynamicJasperDesign returned doesn't copy the orientation.
It causes trouble when you want to print the generated report, it doesn't automatically select the landscape orientation for example.
Here is the example (i can't upload .java and .jrxml you must rename it !)
landscape2.txt
DJOrientationIssue.txt
By adding the instruction
In the downCast function, the problem doesn't appear anymore.