can not shrink one column in RTC report??

rkucharrkuchar Member Posts: 33
edited 2013-02-21 in NAV Three Tier
I am trying to modify the report "Aged Accounts Receivable"

There is a column for the 30-60 day bucket ... it seems I can make this column bigger but can not shrink it. I have tried changing the size of the individual fields, the column size,.... everything! I can resize all the other columns in the report except for this one. Does anyone know why? Is there some kind of "expand only" or "fixed" property I need to change? Would greatly appreciate any help - this is confusing all the NAV developers at my company. :shock: :-k

Comments

  • clauslclausl Member Posts: 455
    Set CanGrow=False for all cells on the row in the table. Then the row will not grow any larger than what you have defined in Visual Studio.

    /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 :-)
  • rkucharrkuchar Member Posts: 33
    clausl wrote:
    Set CanGrow=False for all cells on the row in the table. Then the row will not grow any larger than what you have defined in Visual Studio.

    /Claus Lundstrøm

    I'm everything is set to false. I have attached an image. Can it be because there are merged cells -- are they controlling the size?
  • clauslclausl Member Posts: 455
    The image shows that you have marked a column. You need to verify each cell in the row and not in the column.

    /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.