A master report can host sub-reports that pull their own data, so a complex document is composed from independent templates.

Load the master report. Its sub-report components reference the nested templates; loading the master renders the whole composition:
var report = new StiReport();
report.Load(AssetLoader.Open(new Uri("avares://…/SimpleList.mrt")));
report.CalculationMode = StiCalculationMode.Interpretation;

How it works. Each sub-report renders in the context of the master's current row, producing master-detail output from separately maintained templates.

Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.