Jan 25, 2012

How to supress the infolog which opens after opening a report?


Write the following code in init()  of the report

                              this.printJobSettings().supressScalingMessage(true);

The report property ‘FitToPage’(Check under Design node) indicates whether resized to fit the width of the page

No comments: