="Page " & Globals!PageNumber & " out of " & Globals!TotalPages
Regards,
Claus
Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
no line counting, page counting...you have to run the report 2 times, and it's the only way to do this in classic reports
here's an example http://www.mibuso.com/forum/viewtopic.php?f=23&t=3769&hilit=count+pages
As you've seen in clausl's post, it's instead very easy to do with rdlc!
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso My Blog
I have a problem in page numbering when Print "Document" Report (ie Report 206 Sales - Invoice)
(I'm talking about RDLC report only, not classic report)
Add a textbox in Visual Studio and add this text:
If I use the suggestion
Add a textbox in Visual Studio and add this text:
="Page " & Globals!PageNumber & " out of " & Globals!TotalPages
It work fine if i Print just one document, but if I filter more then one documen i got the correce page numbers on the 1st document, but in the second document the number of pages is non resetted (obviusly).
These is a method to get the corret Page X of Y in this kind of report (I means something to "reset" Globals!PageNumber or Globals!TotalPages evrery document?
Thanks
Comments
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
="Page " & Globals!PageNumber & " out of " & Globals!TotalPages
Regards,
Claus
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
here's an example http://www.mibuso.com/forum/viewtopic.php?f=23&t=3769&hilit=count+pages
As you've seen in clausl's post, it's instead very easy to do with rdlc!
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
(I'm talking about RDLC report only, not classic report)
Add a textbox in Visual Studio and add this text:
If I use the suggestion
Add a textbox in Visual Studio and add this text:
="Page " & Globals!PageNumber & " out of " & Globals!TotalPages
It work fine if i Print just one document, but if I filter more then one documen i got the correce page numbers on the 1st document, but in the second document the number of pages is non resetted (obviusly).
These is a method to get the corret Page X of Y in this kind of report (I means something to "reset" Globals!PageNumber or Globals!TotalPages evrery document?
Thanks