简体   繁体   English

在Java Netbeans中创建Crystal报表

[英]Create Crystal Reports in Java Netbeans

I've searched a lot about creating a Crystal Reports in java Netbeans. 我已经搜索了很多有关在Java Netbeans中创建Crystal Reports的信息。 but all I've seen was a plugins (iReport). 但我所看到的只是一个插件(iReport)。

Can you guys help me, if theres a way to create a Crystal reports in Java Netbeans. 如果有一种方法可以在Java Netbeans中创建Crystal报表,请您帮我。

I don't think you can "create" Crystal Reports in NB. 我认为您无法在NB中“创建” Crystal Reports。 You can integrate existing reports. 您可以集成现有报告。 What you need to make it work is a jdbc/odbc bridge to be able to make your connection. 您需要做的是建立连接的jdbc / odbc桥。 Read this or do a little search on jdbc/odbc. 阅读本文或在jdbc / odbc上进行一些搜索。 To actually call the report, take a look here . 要实际调用该报告,请在此处查看 The code relies on a j-integra com bridge, which is a payware code, but you can modify the code to use your own. 该代码依赖于j-integra com桥,这是一种付费软件代码,但是您可以修改该代码以使用自己的代码。 From what I hear though it is much easier to use iReport or Jasper Reports. 据我了解,使用iReport或Jasper Reports要容易得多。

Hope this helps, 希望这可以帮助,

Chris 克里斯

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM