x
login about faq Site discussion (meta-askssc)

How to make SSRS display the correct number of pages

When a report spans multiple pages, SSRS displays the page number like this in the navigation bar: 1 of 2 ?

SSRS displays 2 ? when there are in fact 14 pages in the report.

How can I force SSRS to display the final page number correctly (without requiring the user to click the Last Page button)?

more ▼

asked Feb 11 '11 at 03:05 AM in Default

xnl28 gravatar image

xnl28
765 45 49 56

(comments are locked)
10|1200 characters needed characters left

3 answers: sort voted first

Change the ReportViewer PageCountMode to "Actual"

more ▼

answered May 06 at 12:21 PM

Giridhar_ks gravatar image

Giridhar_ks
1

(comments are locked)
10|1200 characters needed characters left

It's been a couple of months since I was playing around in SSRS, but if I remember correctly, switching to the print view displays the actual number of pages.

more ▼

answered Feb 11 '11 at 10:46 AM

djpbusinessinc gravatar image

djpbusinessinc
1

(comments are locked)
10|1200 characters needed characters left

1.Add a footer at the bottom of the report. 2.In the footer create a textbox. 3.Add the following expression in the textbox:

="Page " & Globals!PageNumber & " of " & Globals!TotalPages

more ▼

answered May 07 at 07:10 AM

ruancra gravatar image

ruancra
482 5

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x486
x391

asked: Feb 11 '11 at 03:05 AM

Seen: 1485 times

Last Updated: May 07 at 07:10 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.