导航页面的Crystal Report问题 [英] Crystal Report Problem with Navigating Pages

查看:73
本文介绍了导航页面的Crystal Report问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我创建了一些Crystal报告,最少10页。



当我尝试从第一页到下一页时...它将转到第二页然后到最后一页。

它在2之后不再进一步。如果我提到页面没有它会去到特定页面。

i无法解决问题所在。



i希望我的报告连续不断。



我使用的是基本的visual studio 2008.



提前致谢。

解决方案

2年前我在这里发了一个答案,检查出来

Crystal Report工具栏ASP.Net中的问题 [ ^ ]



如果你想要精美的内容,请检查这些

高效的Crystal Reports.NET数据绑定。 [ ^ ]

Crystal Report Viewer的页面导航按钮问题 [ ^ ]



如果您的代码在 Page_Init()&仍然遇到同样的问题,请检查这个

Crystal Reports ASP.Net不会在下一页移动 [ ^ ]


I有同样的问题但通过在if(ispostback)块中包含加载水晶报告的代码来解决它。

像这样:

 如果 (IsPostBack)那么 

ConfigureCrystalReports()

结束 如果



其中,ConfigureCrystalReports()是我定义报告文档的预定义方法。



希望这有助于


Hi guys,

I created some Crystal reports, which are of min 10 pages.

When i try to go from 1st page to next... it ll go just to 2nd page and then to last page.
its not going further after 2. if i mention page no it ll go to particular page.
i cant get where the problem exists.

i want my report all the pages continuously.

I am using basic visual studio 2008.

Thanks in advance.

解决方案

2 years ago I have posted an answer here, check it out
Problem in Crystal Report toolbar ASP.Net[^]

If you want polished content, check these
Efficient Crystal Reports.NET databinding.[^]
Crystal Report Viewer’s page navigation buttons problem[^]

If your code is in Page_Init() & still getting the same issue, check this
Crystal Reports ASP.Net Not Move on Next Page[^]


I had the same issue but resolved it by enclosing the code loading the crystal report in if not(ispostback) block.
like this:

If Not (IsPostBack) Then

  ConfigureCrystalReports()

 End If


where ConfigureCrystalReports() is my predefined method that defines my report document.

Hope this helps


这篇关于导航页面的Crystal Report问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆