Search code examples
.netwinformsdevexpressxtrareport

XtraReport merge cell vertically in devexpress 12.2.7?


Is there anyway to merge cell vertically in devexpress 12.2.7 xtratable?

I can do it horizontally by deleting cells but not with vertically


Solution

  • This feature was implemented in v2014 vol 1.3.:

    An integer RowSpan property has been introduced for the XRTableCell class. This property specifies the number of merged cells.

    So, in this version you can create a table like this: Merged column

    In your version the only one way is to create additional tables for each vertically merged cells. There are three tables in this picture: Several tables