Search found 4 matches

by Mike17
Fri Mar 11, 2016 1:58 pm
Forum: Stimulsoft Reports.Flex
Topic: How to merge two StiReports?
Replies: 7
Views: 6226

Re: How to merge two StiReports?

Vladimir,

You have solved the issue, I have set those flags as you suggested, now the merged report is shown complete with page footers.

Thanks so much for your time and knowledge.

Mike.
by Mike17
Thu Mar 10, 2016 5:26 pm
Forum: Stimulsoft Reports.Flex
Topic: How to merge two StiReports?
Replies: 7
Views: 6226

Re: How to merge two StiReports?

Hi Vladimir, You are correct!! it works. Now reportC shows two pages, one from reportA and one from reportB, unfortunately the page footer is missing on both pages. Do you know why? Workarround: If I call show() instead of render() (keeping the END_RENDER listner to call merge afterwards), reportC h...
by Mike17
Wed Mar 09, 2016 1:47 pm
Forum: Stimulsoft Reports.Flex
Topic: How to merge two StiReports?
Replies: 7
Views: 6226

Re: How to merge two StiReports?

Vladimir, Thanks for your replay. The outcome of adding reportC.isDocument = true, is TWO blank pages instead of one. BTW If I show report A or Report B they show correctly. Report A and Report B are created as follows: report.loadReportFromByteArray(ba); report.dictionary.clear(); report.regDataSet...
by Mike17
Tue Mar 08, 2016 6:21 am
Forum: Stimulsoft Reports.Flex
Topic: How to merge two StiReports?
Replies: 7
Views: 6226

How to merge two StiReports?

Hi, I have a requirement to add all pages from report A to report B. I have found some samples, coded in several languages but flex. None of them work. The steps I have so far are: 1) Create a new StiReport lets call it C. 2) Clear rendered pages. 3) Set its renderd property to true. 4) add all rend...