Search code examples
.netreportssrs-2008

Stop rectangle height size


i have a dynamic table inside a rectangle, but this growup and push all the objets bellow to the bottom. i need stop this. anyone can helpme?

I try put the rectangle inside an textbox.


Solution

  • To prevent a rectangle from resizing itself to a larger size, you can set the CanGrow property to false.

    Alternatively, you can set the CanShrink property to false if you want the rectangle to not resize itself any smaller.

    More info on these properties here