RTC Report Issue

StefanNPSStefanNPS Member Posts: 7
edited 2013-04-18 in NAV Three Tier
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:
image.png

On the picture above, I want to move textboxes in rectangle "2" to the right. And here is the result after I done this:
image.png

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

  • postsauravpostsaurav Member Posts: 708
    Hi,

    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
  • StefanNPSStefanNPS Member Posts: 7
    Hi postsaurav,

    Thanks for replay. If you are talking about 'CanGrow' and 'CanShrink' properties it have been set to false already. Have any other idea?
  • clauslclausl Member Posts: 455
    As I see it, you are showing the reports in Print Preview and not in Print Layout.

    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
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    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 :-)
  • StefanNPSStefanNPS Member Posts: 7
    clausl,

    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.
  • clauslclausl Member Posts: 455
    OK, but Print Preview is never a real representation of how the report looks on paper, so it would make more sense to print PDF, then take a screendump and show us that.

    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
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    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 :-)
Sign In or Register to comment.