使用子报表显示主报表

时间:2015-06-14 14:16:01

标签: vb.net crystal-reports subreport

以下是我的代码,它只使用一份报告。

rptbill = New CrystalReport1
rptexp = New ExpensesReport
rptmain = New MAINREPORT

rptbill.SetDataSource(dtincom)
rptexp.SetDataSource(dtexp)
frmCrystalReport.CrystalReportViewer1.ReportSource = rptmain

我想要的是我的rptmain显示了我的子菜单rptbillrptexp的字段。我不知道如何让它发挥作用。

0 个答案:

没有答案