If Axapta reports don't fit in screen warn you.
If this message bothers you, put this in report init method:
this.printJobSettings().suppressScalingMessage(true);
There had be a way to ride off this message all of your reports. Put these lines into SysReportRun classes Run method before super():
if(this.printJobSettings())
this.printJobSettings().suppressScalingMessage(true);
Hiç yorum yok:
Yorum Gönder