Hi,
I have a report that is grouped by user that shows a list of their clients. After each user there is a page break. At the top of each page it is supposed to print the user name with a line break and then some text. I cannot for the life of me get this to work as it always prints the first user on every page header. The users in the sample screenshots are Harry, Larry, and Mary. To demonstrate, I have put the user name in the address field to show that the grouping is working, but the page header is not.
The code I am using for the textbox in the page header is this:
Any help on this would be greatly appreciated.
I have a report that is grouped by user that shows a list of their clients. After each user there is a page break. At the top of each page it is supposed to print the user name with a line break and then some text. I cannot for the life of me get this to work as it always prints the first user on every page header. The users in the sample screenshots are Harry, Larry, and Mary. To demonstrate, I have put the user name in the address field to show that the grouping is working, but the page header is not.
The code I am using for the textbox in the page header is this:
this.textBox6.Value = "{Fields.UserName}\r\nCLIENT SIGN-IN SHEET";
Any help on this would be greatly appreciated.