I am trying to create a Report where the page breaks for each Subject Description field and the Subject Description field would need to be displayed at the top of each page. For example:----------------------------------------------------------------------------------------------TITLE HERE - Quarterly ReportSubjectDescription (Expr =ReportItems!SubjectDescription.Value)<< First Columns are hidden >> << -- COLUMN HEADERS OF THE FOUR REMAINING FIELDS-- >>subjectID, SubjectDescription, SubjectAction, SubjectStartDate, SubjectEndData, SubjectCost----------------------------------------------------------------------------------------------In the example above, I created a group and was able to get it to work in Visual Studio but when I export the report via PDF or Word, it fails.The Reports prints correctly (with page breaks after each grouping) but the "SubjectDescription" field does not display on each page. Instead I see the first record in the SubjectDescription field display on each page.Any help would be greatly appreciated.
↧