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 开发者_如何学JAVAfor me. (inside the rectangle I put a rectangle with a pagebreak)
But this stopped working now.. any help appreciated
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 :)
精彩评论