A report displays the content placed into the Detail band once.
Sometimes, it is necessary to display the detail band content several times.
To implement this, add an unbound DetailReportBand and control the number of copies using its ReportPrintOptions.DetailCountOnEmptyDataSource property.
This example demonstrates how to repeat a data source record depending on a value from another field.
Please note that this sample uses the Northwind database. You can download it at Northwind database.
Sometimes, it is necessary to display the detail band content several times.
To implement this, add an unbound DetailReportBand and control the number of copies using its ReportPrintOptions.DetailCountOnEmptyDataSource property.
This example demonstrates how to repeat a data source record depending on a value from another field.
Please note that this sample uses the Northwind database. You can download it at Northwind database.