• This is a very good suggestion! However, I do not have a group level to break on. All the selected reports are for one particular customer. In the page break disable property I think I would like to setup logic that looks like:

    =IIf(Parameters!reportVisibile.Value = Parameters!reportVisibile.Value(ListIndex-1), false,true). The problem is the ssrs does not recognize ListIndex-1. Thus can you tell me something else I could try.