Click here to Skip to main content
15,909,440 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating a SSRS 2008 Report in my report i have 200 columns, it is difficult for visualizing purpose, is there any way in SSRS by which i can show 20 column per page with row hearer in each page.

ex..
 |columns| u_id | u_val |u_name | u_sal  |  u_desg | u_add1| u_add2|col1|col2|.... 
___________________________________________________________________________________
 rows1        2010  5     4     sri          700     SSE 
 rows2        2011        9     test         500      TL      ffg     dfd     df 
 rows3         1     2   tett   500          SE 
 rows4    

can i break to show only 20 columns in first page & reamin 20 second page & show on with column heaer repeat in each page


Thanks

Srinivas
Posted
Updated 2-Oct-13 8:31am
v8
Comments
BulletVictim 2-Oct-13 5:49am    
Easy but not always effective way is to extend your Report area lager than the page sizes.
That usually pulls the table over to the next page. Headers and other objects on the page might not duplicate to the second page though.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900