How can I represent data in a WYSIWYG format without using Crystal Reports?

血红的双手。 提交于 2019-12-11 15:06:22

问题


I am searching a way to print data in tablesw with text and images, in a WYSIWYG, nice and good looking way.

So far I have: header + images + web-like decorations + arabic labels & values + data in dataset (xml) + I need to give a way for buisness analysts to change the output layout.

Crystal Report does all of this. But I don't like Crystal Reports.

Is there a good print technology?

Does anyone have any ideas for something to do: Dataset->xml->html with xslt?


回答1:


Not sure about your database you are using, but there is always SQL Server Reporting Services. I tend to like it a lot more than Crystal Reports.

Edit: I would like to add that Reporting Services does in fact have a full GUI for development (Visual Studio), and it allows for exporting of reports into many different formats such as Word, Excel, PDF, HTML, etc.



来源:https://stackoverflow.com/questions/585929/how-can-i-represent-data-in-a-wysiwyg-format-without-using-crystal-reports

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!