Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. merge cells in rdlc report

merge cells in rdlc report

Scheduled Pinned Locked Moved C#
helpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cdpsource
    wrote on last edited by
    #1

    In my rdlc report i need to merge cells of three columns based on one condition. Any help?

    L 1 Reply Last reply
    0
    • C cdpsource

      In my rdlc report i need to merge cells of three columns based on one condition. Any help?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      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[^]

      C 1 Reply Last reply
      0
      • L Lost User

        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[^]

        C Offline
        C Offline
        cdpsource
        wrote on last edited by
        #3

        Thanks for answer but I need to merge cells programmatically based on formula expression.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups