0
I have the following situation. I have a data structure that follows the following hierarchy.
- 1 Ship has N exporting companies
- 1 Enterprise exporter owns N export notes
- 1 Export note has N product suppliers
- 1 Product supplier has N addresses of product origin
Based on this hierarchy I am trying to put together a paginated report with the following rule,
Each page of the report must be by origin address of the product.
- All upper groups must repeat themselves on the other pages.
I tried to compile a report using nested lists, but it only works on the first page. In the other parts it does not repeat the upper groups.
My need is always to repeat the groups superior to each pagination of the smaller group.
Thank you all for your help
It’s probably an error in using such "Reporting services" (which I don’t know what it is).
– anonimo
It is MS SQL Reporting Services. Microsoft Reporting Production and Distribution Tool
– Mauricio Barcelo da Costa