views:

27

answers:

1

Hi there

I just migrated a project from .NET 3.5 to 4.0, accordingly the reports now use SSRS included in .net 4.0/VS2010.

Before conditionally setting a rectangles visibility did the trick for me. (inside the rectangle I put a rectangle with a pagebreak)

But this stopped working now.. any help appreciated

A: 

instead of putting a rectangle with a pagebreak in a conditionally visible rectangle, with ssrs under vs2010 we can now directly add the pagebreak to a rectangle and the page break is shown, when the rectangle is visible.

conclusion: delete the inner rectangle and set the pagebreak on the outer rectangle solves the issue :)

SwissCoder