merge cells in rdlc report
-
In my rdlc report i need to merge cells of three columns based on one condition. Any help?
Ideally you should be able to select the cells and use Merge option on right click. However it does not appear if you have a cell over a group or if the cells you are selecting have a merged cell below them. For the second case , you will have to start from the row that has no merged cells on teh table. you shopuld be able to find "Merge" option on right click if you choose cells immediately above this row. If there is a cel over group header, then it cannot be merged but you can merge other cells in that row for header. else Check this merge-cells-in-table-rdlc[^]
-
Ideally you should be able to select the cells and use Merge option on right click. However it does not appear if you have a cell over a group or if the cells you are selecting have a merged cell below them. For the second case , you will have to start from the row that has no merged cells on teh table. you shopuld be able to find "Merge" option on right click if you choose cells immediately above this row. If there is a cel over group header, then it cannot be merged but you can merge other cells in that row for header. else Check this merge-cells-in-table-rdlc[^]