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.

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.