How to control the footer page numbers
HI is there any way to control the page numbers in a report,i had two rdl's the first rdl page numbers are fine ,the second rdl page numbers should be the continuetion of first one ,so is there any way i can start the page number from middle instead of getting it from 1, My first rdl has 10 pages ,so my second rdl firstpage should start with 11 and have to go on like 12,13....20 is there a way to achieve manually or by using reportitems (not Sure About it),i am using BIDS 2008 and both RDL'S are in same solution file,can some one help me out
April 18th, 2011 5:18pm

I'm not sure because each RDL doesnt really know about another at design or at run time. You could hard code it if you always know how many pages the first report will be, by using in your expression something like = "Page " + CStr(Int(Globals!PageNumber) + 10) However this wont work if the number of pages in the first report is variable
Free Windows Admin Tool Kit Click here and download it now
April 18th, 2011 7:22pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics