SwissCoder
SwissCoder

Reputation: 2590

HowTo: Conditional Page Break in SSRS 2008 in Visual Studio 2010?

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

Upvotes: 0

Views: 2596

Answers (1)

SwissCoder
SwissCoder

Reputation: 2590

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 :)

Upvotes: 2

Related Questions