fluentreports
fluentreports copied to clipboard
Merge cell support
hi,My report header needs to support merged cells,E.g
Is there any plan support?
At this point I do not believe this feature is planning on being added; but I would take a PR that added it!
So at this point you would have to fake it. I'm pretty sure you can tell each band cell which border to display; so Basically, your band you create for the header would be: Band one: Draw top / sides / bottom (if needed) Band two: Draw sides/bottom (if needed) Band three: draw top / bottom / sides (depending on what the cell needed) It would require a bit of manual work; but it would look correct.
Again I'm willing to take PR's for this enhancement; and/or I do contract development if you want to pay for the feature...
I also want support for this how much I've to pay?
@jayrajk - Please contact me at [email protected] for any contract work. However, you can create that exact same header already just use three different bands commands (one for each row) in your header. Then you just turn on borders for the sides that need borders and it will come out looking exactly like that.