如何在其他项目中加载水晶报告?

问题描述:

我有一个项目,其中有多个水晶报告,我在其他项目中创建了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");

运行两个项目同一时间尝试
Run both projects same time and try