This example demonstrates how to create Master-Detail report, based on two report layouts (REPX files).
The XtraReport.FindControl method is used to obtain the XRSubreport control instance. The subreport's FilterString property is adjusted via the XRSubreport.BeforePrint event handler.
↧
How to create a Master-Detail report type using two report layouts at runtime
↧