I am using visual studio development tool for crystal report. In the report, I am not able to go on 3rd page, that is, in the report viewer paging works till page 2, then when I try to 开发者_如何学运维go on next page it reloads the 2nd page only. What is the problem here? It has 15 pages and I can view the last page, i.e. page 15.
Are you sure there is a third page? (I'm being serious, not sarcastic)
With Crystal, the viewer component either works or it doesn't. If it's loads the report, I can't think of any reason it would get "lost". I've worked with Crystal in a lot of environments, and I've never seen what you're describing. If it can't go to another page, it's probably processed every record.
It's a page lifecycle issue. Bind your report source before page_load, e.g. OnInitComplete.
you can Put Report Source in Page_Init instead of Page_Load And report parameters Page_Load I think it works Probably
精彩评论