水晶报告中的子报告 [英] subreport in the crytal report

查看:110
本文介绍了水晶报告中的子报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

推荐答案

可能您可以看一下.

http://vb.net-informations.com/crystal-report/vb.net_crystal_report_subreport.htm [ ^ ]
Probably you could have look at this.

http://vb.net-informations.com/crystal-report/vb.net_crystal_report_subreport.htm[^]


http://vb.net-informations.com/crystal-report/vb.net_crystal_report_subreport.htm [^]
该页面无法显示
请帮助c#
http://vb.net-informations.com/crystal-report/vb.net_crystal_report_subreport.htm[^]
the page cannot to displayed
please help with c#


朋友.

我为您的问题提供了一些建议的解决方案.
制作两个数据集,一个用于主报告,另一个用于子代表.
同时填充两者.
然后执行以下操作.

MyMainReport报告=新的MyMainReport();
report.SetDataSource(firstDataSet);
report.OpenSubReport(nameOfTheSubReport).SetDataSo urce(secondDataSet);

我尚未尝试过,但希望它能起作用.
祝你好运.
Hi friend.

i have some suggested solution for your problem.
Make two datasets, one for the main report and the other for the subreprot.
populate both.
and then do as follows.

MyMainReport report = new MyMainReport();
report.SetDataSource(firstDataSet);
report.OpenSubReport(nameOfTheSubReport).SetDataSo urce(secondDataSet);

I''ve not tried it yet, but hope it will work.
good luck.


这篇关于水晶报告中的子报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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