在过去使用AR2时,我编写的代码是这样的
Dim rpt_Test As New My_Report(_dsDati)
rpt_Test.LoadLayout(_ReportName)
rpt_Test.DataSource = _dv
rpt_Test.Run()
Me.Active_Rpt_Viewer.Document = rpt_Test.DocumentMy_Report是一个rpx文件,它可以接受类似数据集的参数
现在有了AR10 (我是新手),我如何将一个数据集传递给一个sectionreport?出于许多原因,我想在脚本中使用数据集,并且我希望在运行时传递它。有可能吗?
发布于 2020-02-20 17:13:52
我用的是sectionreport XML ...我必须使用sectionreport (基于代码)这是我的错误
https://stackoverflow.com/questions/60296998
复制相似问题