addpages different dataset(s)

edited 10:25AM in FastReport 4.0
Hello

I found method to add pages PreviewPages.AddFrom

First explanation, then question

We have report with 3 pages, which is manually generated, no dataset(s) on it,
contains some pictures, some memoviews ....

Now, we have to add other report page to that structure

That's mean, we have 3 pages with manully generated report
and 4-th page shoud be page with dataset

My question is, can PreviewPages.AddFrom produce something like this ?

thanx
Srdjan

Comments

  • edited 10:25AM
    problem solved with TMEmoryStream

    iterate through each page on second report , save it to stream and
    then, add page to original report and load from stream

    but data missing,

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.