Hello Everyone
I am trying to modify layout of SSRS reports in AX 2012.
I would like to set width of the sales lines section to fill the entire print instead of having a variable width as shown in the example below:
With regards
Bo Jensen
*This post is locked for comments
Hi Peter and thanks for your Reply
I have already been struggling with the things you suggest, and know how to correct these issues.
But with the way that the reports are build (without explicit textbox naming for instance) - it is VERY time consuming to make just about any changes.
So I was hoping that there was a way of forcing layout tables inside the report. - Maybe like in HTML where you can define width of tables in percent instead of inches/centimeters and so on...
Thanks
/Bo
Hello Bo,
There are some columns and textboxes in the line section which are hidden based on parameter settings. You could delete those columns and increase size of other fields. Check column visibility property and textbox property, for instance the configid column is hidden based on following expression: iif( Fields!ConfigIdFlag.Value = "No", True, False).
Take special care of the body properties when changing column or textbox sizes; The body size must reflect the report size otherwise you will get empty pages!
good luck
Peter
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156