addpages different dataset(s)
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
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
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,