简体   繁体   English

如果我在我的 .Net DLL 中添加水晶报告并且这个 DLL 在我的 .net Core 项目中用于报告目的,是否有可能

[英]Is It possible if i add crystal report in my .Net DLL and this DLL use in my .net Core Project for reporting purpose

I have .Net DLL it's containing Crystal report functionality it's working fine in my all .net project with some modifications.我有.Net DLL,它包含Crystal 报告功能,它在我的所有.net 项目中运行良好,并进行了一些修改。 Now, I want to use the same DLL in my .Net Core Project for reporting purpose现在,我想在我的 .Net Core 项目中使用相同的 DLL 进行报告

I am not sure but it should work.我不确定,但它应该工作。 You can add reference .Net framework DLL into .Net Core project.您可以将参考 .Net 框架 DLL 添加到 .Net Core 项目中。 So try doing some POC on generating reports.所以尝试在生成报告时做一些 POC。

  1. Try to generate static report which will does not have any database connectivity or dynamic datasource.尝试生成没有任何数据库连接或动态数据源的静态报告。

  2. Try to generate simple report with database connectivity with ODBC.尝试使用 ODBC 生成具有数据库连接性的简单报告。 I am sure ODBC should work on .Net Core as well.我确信 ODBC 也应该在 .Net Core 上工作。

~Nilesh ~尼勒什

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Framework 4.6项目中使用.net核心DLL - Use .net core DLL in Framework 4.6 project 在 .Net Core 项目中使用 .Net Framework dll (v4.7.2) - Use .Net Framework dll (v4.7.2) in .Net Core project 我可以将对System.Core.dll(.net 3.5)的引用添加到.net 2.0应用程序并使用它吗 - Can I add a reference to System.Core.dll (.net 3.5) to a .net 2.0 application and use it 将我在Visual 2010中的项目定位到.Net 4.0,但系统仍在查找dll“ System.Core版本2.0.5.0” - Targeted my project in Visual 2010 to .Net 4.0 but the system still looks for the dll 'System.Core version 2.0.5.0' 我可以从 .NET 6 项目中添加对 .NET 框架 DLL 的引用吗? - Can I add a reference to a .NET Framework DLL from a .NET 6 project? 如何将 UIAutomationClient.dll 和 UIAutomationTypes.dll 添加到 .Net Core 5.0 项目? - How to add UIAutomationClient.dll and UIAutomationTypes.dll to .Net Core 5.0 project? 为什么我的本机 .DLL 项目找不到我的 .NET .dll? - Why can't my native .DLL project find my .NET .dll? 如何在xamarin Studio / monodevelop中为我的项目添加system.core.dll引用 - How do I add a system.core.dll reference to my project in xamarin studio/monodevelop 在 .NET Core 项目中引用外部 DLL - Reference external DLL in .NET Core project 在.net core 3.1项目中使用vb dll - using vb dll in .net core 3.1 project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM