Answered Merge row cell on table in rdlc

  • Monday, November 16, 2009 2:05 AM
     
     
    Why there isn't merge cell over the rows. I would like to combine 2 rows over the table header but When I tried to do it. The "Merge Cell" function turned gray..

    Is there any way to merge the rows.

    Thanks

All Replies

  • Tuesday, December 08, 2009 10:37 PM
     
     Answered
    You can only merge adjacent cells in the same row. Merging body cells vertically is not supported.
    • Marked As Answer by Slen Thursday, December 09, 2010 4:34 AM
    •  
  • Friday, June 11, 2010 4:47 AM
     
     

    But i need to merge cells vertically...

    is there any other way to do this.. any other option....

    Thanks in advance..

  • Monday, April 23, 2012 5:17 AM
     
     
    you can change the Border style of the 2 cells vertically, It means the Bottom Border style of above cell to none and also top Border style of below cell to none. and you should change the vertical align of the above cell to  Bottom. also the Bottom Padding of top cell to 0.
  • Friday, August 10, 2012 2:12 PM
     
     

    You can merge cells vertically in rdlc. following is the method

    1. Insert table then add data to that table

    2. Insert Retangle control in a table cell

    3. Insert 2 textboxes in the Rectangle control

    4. Then you can specify your datafield from dataset.

    thats all

    I found it after long period experiment. now i think rdlc is complete. you can do everything which u can do with CR

  • Saturday, September 01, 2012 2:41 PM
     
     

    You can merge cells vertically in rdlc. following is the method

    1. Insert table then add data to that table

    2. Insert Retangle control in a table cell

    3. Insert 2 textboxes in the Rectangle control

    4. Then you can specify your datafield from dataset.

    thats all

    I found it after long period experiment. now i think rdlc is complete. you can do everything which u can do with CR

    Hey Uday!

    Could you please elaborate a bit more on your solution?
    It seems interesting but I don't get how to completelly achieve it. 
    Maybe posting a small example and/or screenshots of how you do it?

    Thank you!