在 VB.NET 中打开水晶报表查看器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15143121/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Opening Crystal Report Viewer in VB.NET
提问by mlieven
I have a Crystal Report that I would like to open from a VB.net form. the Only problem is I'm having difficulties with finding out how to open up the Crystal Report Viewer from VB.net. I'm using Visual Studio 2012, and I have the update for Crystal Reports which lets it be used in Visual Studio 2012. If anyone has any suggestions it would be very appreciated. Thanks
我有一个 Crystal Report,我想从 VB.net 表单中打开它。唯一的问题是我很难找到如何从 VB.net 打开 Crystal Report Viewer。我正在使用 Visual Studio 2012,并且我有 Crystal Reports 的更新,可以在 Visual Studio 2012 中使用它。如果有人有任何建议,我们将不胜感激。谢谢
回答by mlieven
The answer is to follow the steps listed here Crystal Reports Viewer in Visual Studio 2010The only difference is that instead of going to the compile tab in the Project Designer, you go to the application tab
答案是按照此处列出的步骤操作Visual Studio 2010 中的Crystal Reports Viewer唯一的区别是,不是转到项目设计器中的编译选项卡,而是转到应用程序选项卡

