本文介绍了如何在其他项目中加载水晶报告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个项目,其中有多个水晶报告,我在其他项目中创建了dll和这个dll。但是当我尝试从其他项目加载时,水晶rpeort加载失败。
how从其他项目中获取访问路径
我尝试过:
i have a project where multiple crystal reports are there and i created dll and this dll in other project .but crystal rpeort loading is getting failed when i try to load it from other projrct.
how do i give the path to access from other project
What I have tried:
r.Load("VALIDATION.CrystalReport1.rpt");
r.Load("CrystalReport1.rpt");
推荐答案
这篇关于如何在其他项目中加载水晶报告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!