You can repeat the Location header data on each page (however the “Contd” alone cannot be added to subsequent pages). To repeat the location headers you need to do is set the
Repeat Style property of the (Location) group header to “
OnPageIncludeNoDetail” value.
If you are not familiar with custom reporting then try these steps:-
- Create a new custom report based on existing report “Line Item Detail” report.
- Set the RepeatStyle property of GrpDynamicHeader1 section to “OnPageIncludeNoDetail” value as shown in below figure.
repeatstyle.JPG
- Edit the Report Definitions of the custom report via (File | Edit Report Definitions)
- Remove the existing report definitions (If you want)
- Add a new Report Definition “By Location” and Set the Grouping to “Location” in the Grouping tab as shown in figure.
by loc group.JPG
- Set the following Parameters to true in the Parameters tab (If needed you can set other parameters also)
- Show Page Headers and Footers in report
- Show Model Numbers
by loc param.JPG
- Publish the report (File | Publish Report )
Hope it helps.