-
Is there a way to create a report that is comprised of other reports? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
you may create a simple report to show all: Or you can create a report that have a task that execute reports: |
Beta Was this translation helpful? Give feedback.
-
perhaps you have issues with the cache assemblies located in Repository\Assemblies\RazorCache -> cleanup this folder first. |
Beta Was this translation helpful? Give feedback.
you may create a simple report to show all:
import the models of the different reports into your new report (using Smart Copy if possible or XML copy...)
create a Tab Control View, then create a Tab Page View, then a Model view for each model.
You will have a single report..
Or you can create a report that have a task that execute reports:
check the samples:
01-Tasks\102-Task Generate several Report Results.srex
or
05-Scripts\504-Navigation - Execute reports from a report.srex