我可以将哪些报告工具用于XML数据源?

时间:2020-12-02 08:17:59

I'm looking for a reporting tool that I can use with an XML datasource. The XML files would be small, approximately 50-60K but may be as large as 200K. The goal of our project is to generate reports based on data submitted in the XML file.

我正在寻找一个可以与XML数据源一起使用的报告工具。 XML文件很小,大约50-60K,但可能大到200K。我们项目的目标是根据XML文件中提交的数据生成报告。

I understand I could simply use XSLT style sheets and output HTML but I prefer PDF, XPS, XLS, or DOC output and want better formatting control. Any suggestions?

我知道我可以简单地使用XSLT样式表和输出HTML但我更喜欢PDF,XPS,XLS或DOC输出,并希望更好的格式控制。有什么建议?

Most likely we will not have SQL Server on the machine so Sql Server reporting is probably not going to be an option. Please correct me if I'm wrong. . .

我们很可能在机器上没有SQL Server,所以Sql Server报告可能不是一个选项。如果我错了,请纠正我。 。 。

2 个解决方案

#1


Sql server reporting services (sSRS)

Sql server报告服务(sSRS)

#2


BIRT can handle XML input provided you have an ODA source for it (you may need to write it yourself depending on the complexity of your XML).

BIRT可以处理XML输入,只要你有一个ODA源(你可能需要根据XML的复杂性自己编写)。

We've been using BIRT with database sources for quite a while and we're only just morphing our code to handle XML input, as a way of tacking our excellent code onto other products in a relatively painless way.

我们已经将BIRT与数据库源一起使用了很长一段时间,我们只是变形代码来处理XML输入,这是一种以相对轻松的方式将我们的优秀代码添加到其他产品上的方法。

This page was our jumping-off point and is quite helpful.

这个页面是我们的起点,非常有帮助。

#1


Sql server reporting services (sSRS)

Sql server报告服务(sSRS)

#2


BIRT can handle XML input provided you have an ODA source for it (you may need to write it yourself depending on the complexity of your XML).

BIRT可以处理XML输入,只要你有一个ODA源(你可能需要根据XML的复杂性自己编写)。

We've been using BIRT with database sources for quite a while and we're only just morphing our code to handle XML input, as a way of tacking our excellent code onto other products in a relatively painless way.

我们已经将BIRT与数据库源一起使用了很长一段时间,我们只是变形代码来处理XML输入,这是一种以相对轻松的方式将我们的优秀代码添加到其他产品上的方法。

This page was our jumping-off point and is quite helpful.

这个页面是我们的起点,非常有帮助。