page footer is merging inside each report data

  • I have a report where it has 10 rectangles ( In those each has table inside each rectangle) and at the last I kept page footer which shows

    =cstr(Globals!PageNumber) + " of " + cstr(Globals!TotalPages)

    When I deploy the report to report manager it is working fine as it is showing page 1 of 1, 1 of 2 showing in all 10 pages

    but when I run the report in the portal 1 of 10 is merging inside the report data one ach page. except last page all 9 pages have same issue.
    tried all the options no luck..

    Any ideas!!!

  • mcfarlandparkway - Tuesday, September 19, 2017 8:21 AM

    I have a report where it has 10 rectangles ( In those each has table inside each rectangle) and at the last I kept page footer which shows

    =cstr(Globals!PageNumber) + " of " + cstr(Globals!TotalPages)

    When I deploy the report to report manager it is working fine as it is showing page 1 of 1, 1 of 2 showing in all 10 pages

    but when I run the report in the portal 1 of 10 is merging inside the report data one ach page. except last page all 9 pages have same issue.
    tried all the options no luck..

    Any ideas!!!

    I'm not sure what you're saying is the problem.   Normally, page numbering is 1 of 10, 2 of 10, 3 of 10, etc.   Why would you ever have 1 of 1, 1 of 2, 1 of 3, etc?   Also, page numbers don't have to be custom created, as there exists a special field for that, so you shouldn't need to worry about it.

    Steve (aka sgmunson) 🙂 🙂 🙂
    Rent Servers for Income (picks and shovels strategy)

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

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