Two page in one

edited 7:27PM in FastReport 4.0
Hello All,

I would like to print two A5 report to one A4 page.
Is it possoble?
FastReport 4 with C++Builder Xe2

I was trying this way:

TfrxReport *report;
report = new TfrxReport(this);
report->LoadFromFile("report1.fr3");
report->PrepareReport(true);

report->LoadFromFile("report2.fr3");
report->PrepareReport(true);

report->ShowPreparedReport();

Unfortunately, this is not good.
Only the second report will appear.

any idea?

thanks,

Comments

  • gpigpi
    edited 7:27PM
    Use TfrxReport.PrintOptions.PrintMode = pmJoin and set TfrxReport.PrintOptions.PrintOnSheet

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.