Page 1 of 1

Add Subreport From File

Posted: Tue Jun 04, 2019 10:09 am
by qwerty_ram
Hi everybody!
I want to create a report that contains some subReports which one i create in other files.
So? In master Report i have got datasource with fileNames of my child reports (many mdc files)
I put SubReport in DataBand which value is FileName.
The question is - how to put this fileName in SubReport?

Files i have

Main.mrt
Sub1.mdc
Sub2.mdc
...

Re: Add Subreport From File

Posted: Tue Jun 04, 2019 9:39 pm
by Lech Kulikowski
Hello,

It is not possible to use already rendered files (.mdc) as SubReports, only .mrt files.

Thank you.