SSRS Static Report

jhanvincent14jhanvincent14 Member Posts: 214
Good day,

Newbie here, I have 10 columns in table on my SSRS report. Now, I want to print 5 columns on 1st page and another 5 columns on 2nd page. Is there any way to do that ? thank you in advance :)

Answers

  • lubostlubost Member Posts: 623
    - strange way - move 5 columns out from right border and they will be printed on second page
    - best way - create second matrix and split your columns into that - create group with property inserting page break before.
Sign In or Register to comment.