I'm trying to write a report that reports based on the time of day (shift) and the day itself. I'm using three columns in the report, which I set in the reports properties without issue.
The issue that I am encountering is that after every day, and every shift, I must start a new page. So I put in a page break after each event, but all that I get is a column break.
How can this be circumvented to get an actual page break and not a column break? Why would they make it a column break to begin with?
I am using Visual Studio 2008.
Thanks!