I am doing a report using SSRS-2008R2.I have done all the work and table.I have column("Dept").It is done group by and so that the output has each Dept values in a separate page.I also need to keep the Dept value in the header.How to keep it to the header??.When I tried to directly drag the column from dataset to the header it shows the first value of Dept to all the pages.help me with that
Ex: enter image description here
So, in the second image the header should have the Dept value of A0110 but it is showing the same value of 1st one's(A0100)