我的Windows窗体Pos应用程序是在Vs 2010中制作的,安装了CRforVs_13.0.exe
来打印报告。
当我安装到客户端的机器上时,即使使用相同的CRforVs_13.0.exe
,它也说我们需要安装Visual Studio。
我的客户如何在没有Visual Studio的情况下打印Crystal Report?
答案 0 :(得分:0)
exports.processArray = (items, process, callback) =>
Promise.all(items.map(process))
.then(callback)
.catch(() => console.log('Something went wrong somewhere'));
字面意思是" Crystal Reports for Visual Studio"。您必须安装Crystal Reports runtime redistributable。
在该表上查找相应的MSI文件。请注意,如果您需要32bit或64bit。
CRforVs_13.0.exe
用于Visual Studio集成,而.exe
用于运行时。