Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sunny_10
Yak Posting Veteran
72 Posts |
Posted - 2013-01-27 : 09:49:07
|
Hi I want to display only 3 records per page in Portrait mode . Each record has only Table Header no detail rows , actually i am printing Salary Slip . Each slip has 10-12 lines. I am using SSRS 2005.Thanks |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-01-27 : 14:10:43
|
add a dummy group based on expression =(RowNumber("yourdataset")-1)/3 and then select option put a pagebreak after in grouping properties.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|