I want to develop a report where the report header section values change on different pages and the report body should bind according to the header values. And the header section should display in each page of the report even though there is a subreport page breaks happens.
Now I am passing 2 data set from C# code. One is for report header and one is for report body. For report body I am using a subreport and binding the subreport from C# code according to the key field on the report header dataset.
I have created some hidden textbox and first binding those textboxes from the report header dataset. Then by using the expression "=ReportItems!txtbx_bdy.Values" for the header section textboxes I am binding the report header section.
Now the problem is when the sub-report in the body section has more number of records it breaks to next page, and the header textboxes are displaying blank from the second page onwards.
Please help me out if anybody already fixed this type of issue. I need to fix this issue as soon as possible.
Thanks,