Can anyone explain this strange behaviour... ](*,)
I'm working some customization on report 206 ( NAV v6 ), and I just need to move some fields in header of the document to the right:
On the picture above, I want to move textboxes in rectangle "2" to the right. And here is the result after I done this:
I'm not trying to find solution for this, but explanation why this occurs. Is this some kind of bug, or am I doing something wrong?
Comments
I guess this is due to Auto Grow set to true for Code.GetData(13,4) , Code.GetData(19,4) & Code.GetData(21,4).
Try by resting the Auto Grow to False.
Let me know if any issues.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
Thanks for replay. If you are talking about 'CanGrow' and 'CanShrink' properties it have been set to false already. Have any other idea?
Print Preview is dynamic and we have little control on how the report will look. Report Viewer will try to squeeze as much as possible on the page in Print Preview, so Print Preview is not an representation of how this report will look when printed.
In Print Layout we have full control on how the report will look and we can see how it will appear on paper when printed.
So could we have a look at the how the report looks in Print Layout?
/Claus Lundstrøm
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
Print Layot is disabled for that report, but resulting document that is actually printed on paper is the same as Print Preview that I have posted here.
I have spend hours and hours trying to get elements to print correctly in the header. Each time I end up placing rectangle around the elements I have issues with.
So maybe you could try to put a rectangle around 1 and 2? This is a clear bug in Visual Studio in my eyes that we are required to that.
For you 3rd issue I would just put the 2 fields together in 1 and seperate the 2 fields with this & " " & in the expression.
/Claus Lundstrøm
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)