User-609535877 posted
Originally I set one text box to show page number in the right site of page header of SSRS via VS 2015 and it works.
Now I add one more text box to show message "No record found" locating at the middle of page header by setting its Visibility property
CountRows("dsRegisterData") > 0 in case no data found.
The issue is when showing data records the "No record found" text box is hidden but the page number text box shifts left. When "No record found" message shows the page number
text box is in the right position.
How to solve this issue? Thanks a lot!