Hi,
I am building a report in Visual Studio 2008 SSRS. The detail rows are grouped by the values of a particular column: let's call it "Station Number." There is a page break after each group, and so when I print the report I get a set of pages for each distinct Station Number.
Now, I need to put the applicable value of Station Number in the Page Header of the report. So, for the first group of pages, I want "Station Number 1," and so on.
Can I use a group variable to make this happen? Suggestions?