Showing posts with label how to suppress the infolog which opens after report open in AX. Show all posts
Showing posts with label how to suppress the infolog which opens after report open in AX. Show all posts

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