I have a report as shown below
The marked section is a line. I need to display the line in each page of report. Currently its showing in only one page
Need Help!!
Technology Tips and News
I have a report as shown below
The marked section is a line. I need to display the line in each page of report. Currently its showing in only one page
Need Help!!
Hi Abhinav,
Based on my understanding, you create a tablix and a line in a report. The data within a tablix will spill over into more than one page. Then you want to make a line repeat with the tablix on each page.
In Reporting Services, there is a RepeatWith option for us to specify the name of the data region with which to repeat the report item if the data region spans multiple pages. In your scenario, you can specify the RepeatWith value for the line. Please refer
to the steps below:
1. Open Line Properties, specify the RepeatWith value as Tablix1.
2. Preview the report, the line will repeat on each page.
If you have any question, please feel free to ask.
Best regards,
Qiuyun Yu
I need to show the line in all page of report in print . Currently its showing in only one page last page only
I need to show the line in all page to print
Need Help!!
Thanks