Page Breaks in reporting services
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have the page break problem in my report. In the report first I placed a table with contains 50 rows(data will be shown in two pages) and after the table I placed the matrix object becuase the number of cols is not fixex. The problem is that if the number of columns in the matrix is greater than 10 then it prints the remaining columns in the next page but at the same I am getting the page breaks in the first table i.e between 1St and 2nd page I am getting page break. How can I delete the page breaks. Kalyan