Reputation: 15
I need to use page break with a specific condition. For example,
I have rdlc report, and i want to add expression that make the pages
breaks when text value = "@@@@".
And thanks a lot.
=Iif(Fields!anly.Value="@@@@",?? break page code ??, false)
Upvotes: 0
Views: 602
Reputation: 11887
It might be possible to add a grouping with a condition that will act as a page break.
Upvotes: 1