Hi everyone,
This is my first thread. I have been working with Reporting Services and love the way I can change the Groupings and Sortings on the fly. I need to be able to dynamically change which Groupings have a Page Break either before or after as well. There is no expression to enter for the Page break attributes however!
Does anyone know of a way to dynamically change the Page break attributes at run time?
Thanks,
Randy
No, dynamically changing page breaks is not supported.|||is there any alternative fang?
Like having two groups for the same field with one page break and one with no page break and hiding or changing the expression of a group based on condition!
|||you need to create a dummy group with "page break at end" true for this and the expression for group will be set according to parameter valuelike if user has selected "Yes" then set group expression
=iif(parametrvalue=yes,<fieldname-day>,1)
try this, it should work.
No comments:
Post a Comment