问题描述
我已经在ASP.Net Webform(Visual Studio 2010)的CrystalReports中创建了一个主报表,并希望添加指向MainReport表中多个字段的链接,每个字段都应作为子报表打开.我在尝试查看单个子报表时正在使用IsPostBack属性.但是这样做时,一旦IsPostBack变为true,我就无法通过单击表单中的MainReport选项卡来返回MainReport.可以将子报表链接到所需数据的逻辑是什么?如何再次查看MainReport?
请给我一个主意,因为我也是C#编程和CrystalReports的新手. 请随时询问任何疑问或规格.我已经尝试了一个多星期了..仍然没有运气!
I have created a Main report in CrystalReports in an ASP.Net Webform(Visual Studio 2010) and want to add links to multiple fields in the MainReport table, each of which should open as a subReport. I was using the IsPostBack property while trying to view a single subreport. However on doing so i could not get back the MainReport on clicking the MainReport tab in the form once IsPostBack became true. What is the logic i can use to link my subReports to the desired data and how can i view back the MainReport again?
Please give me an idea, since i''m new to C# programming and CrystalReports too.
Please feel free to ask about any doubts or specifications. I''ve been trying this for over a week now.. still no luck!
推荐答案
这篇关于如何在Crystalreports的MainReport中使用多个子报表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!