I have a rdlc file and when i run the report in a page i get arround 6 rows, in some pages a single row splits to two pages. ie top part dtails of a row goes in page 1 and bottom part details of page goes in page 2. But i want to ensure that the full details of row will fall in either Page1 or Page2 but not with two page or page break.
I have also set KeepTogether to true, but no use...
Any Ideas , how i can acheive this..
Thanks in Advance
Vish
Iftikar HussainPosted Jul 30, 2013, 4:08 AM
Regards,
Iftikar
Vishwas KadamannayaPosted Jul 30, 2013, 3:31 AM
I have set KeepTogether=true for row group and all the textboxes inside details group.
but still no use, i have attached my rdlc and the result image .Can any one help... rdlc Experts..
Thanks
Vish
Iftikar HussainPosted Jul 24, 2013, 7:30 AM
You need to set KeepTogether=True for Row Group
Please refer the below link
http://stackoverflow.com/questions/13159932/ssrs-rdlc-tablix-rows-will-not-split-across-pages
Regards,
Iftikar