I want to display the invoice number in the page header where there is more than one page. I created a text box in the page header (not report header) that refers to a textbox in the body. =ReportItems!INVOICENUMBER.Value
I set the property of the header to Print on first page=False. The field will not display. I set the textbox in the body (that it refers to) to "Repeat report item with data region on every page" where "Date Region" = table1. In preview (in VS) the Page Header displays the Invoice number but it will not print.
When I upload the file and preview it in report manager, I can see the invoice number in page header plus the body textbox also repeats. However, neither of them prints.
Do you have any idea what the problem is? Thanks.
I set the property of the header to Print on first page=False. The field will not display. I set the textbox in the body (that it refers to) to "Repeat report item with data region on every page" where "Date Region" = table1. In preview (in VS) the Page Header displays the Invoice number but it will not print.
When I upload the file and preview it in report manager, I can see the invoice number in page header plus the body textbox also repeats. However, neither of them prints.
Do you have any idea what the problem is? Thanks.