Need Report with page break with a header field name on top ofeach page.

  • 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 Report

    SubjectDescription (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.

  • This posting can be closed. I was able to fix the problem by rebuilding the report. It seems the problem was caused by a grouping issue.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply