The code is event "END" of the report.
Code: Select all
Stimulsoft.Report.StiReport stiReportCabecalho = new Stimulsoft.Report.StiReport();
stiReportCabecalho.Load("C:\\Relatorios\\Cabecalho.mrt");
Stimulsoft.Report.Components.StiPageHeaderBand headerBand = ((Stimulsoft.Report.Components.StiPageHeaderBand)stiReportCabecalho.GetComponentByName("PageHeaderBandCabecalho"));
PageHeaderBandCabecalho.Components.AddRange(headerBand.GetComponents());