Doorgaan naar hoofdcontent

Posts

Er worden posts getoond met het label Page Number

Crystal Reports vs. SS RS / Report Builder: Resetting page number per group and overall total page number

Crystal Reports 2011 In Crystal Reports it is quite easy to reset the page number for every new group. We can do this by using the Section Expert: Presenting the page number and the total page number per group is now quite easy. We could do so by using for instance a formula consisting of special fields: PageNumber & " "& TotalPageCount But we'll have a problem when we want to add the overall total pagenumber . Crystal Reports does not have an overal total pagecount special field. The only way to solve this problem - to my knowledge - is using a combination of a subreport and a shared variable . Report Builder / SS Reporting Services In Report Builder we can use the Built-in Fields for solving this problem. When we want the page numbers per group, we use PageNumber and TotalPages ; when we want the overall numbers, you use OverallPageNumber and OverallTotalPages . Member Descript...