How to Merge DevExpress XtraReport

I had to combine two different DevExpress reports into one. Since they have completely different layouts like when you’re merging an invoice with a shipping label So, using a Subreport just didn’t work for my needs. After digging through the docs, I discovered that DevExpress allows us to easily merge multiple XtraReports together. following example code Note: DevExpress XtraReport doesn’t actually have “pages” until you call the CreateDocument(). If you have page object, so you can call Add() or AddRange() Other Consideration Reference








