Posted 14 November 2022, 10:51 pm EST
I has two report and when i merge multiple so i can’t set space between previous and added report is nothing.
combiner.AddReport(report1);
combiner.AddReport(report2, new LocationOptions() { PageBreakBefore = false, Gap = "0cm"});
i try set for example but can’t fix problem!
Thank you watching!