javascript HTML 5 报表设计器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20649569/
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
HTML 5 report designer
提问by Krishnanunni Jeevan
Is it possible to create a HTML5 report designer which allow users to generate report templates from JSON data? We are using Xtra reports as of now but we are thinking of pushing the report generation logic to the client side for better performance.
是否可以创建允许用户从 JSON 数据生成报告模板的 HTML5 报告设计器?目前我们正在使用 Xtra 报告,但我们正在考虑将报告生成逻辑推送到客户端以获得更好的性能。
There are many JavaScript libraries to convert html to PDF but is there a way to design HTML5 templating from the JSON structure?Since the design of report is customer specific we need the end users to edit the templates.So is it possible to make something like End user report designer in HTML5 and saving the templates?We want the user to edit the templates from websites rather than a windows form based application
有很多 JavaScript 库可以将 html 转换为 PDF,但是有没有办法从 JSON 结构设计 HTML5 模板?由于报告的设计是客户特定的,我们需要最终用户来编辑模板。那么是否可以制作类似的东西HTML5 中的最终用户报告设计器并保存模板?我们希望用户从网站而不是基于 Windows 窗体的应用程序编辑模板
Any examples or help would be really appreciated.
任何示例或帮助将不胜感激。
回答by user3113816
Stimulsofthas a HTML5 report designer .I am not sure about the JSON support though. There is also Adobe Flex Designer, which allows you to design reports at the client side.
Stimulsoft有一个 HTML5 报告设计器。不过我不确定 JSON 支持。还有 Adobe Flex Designer,它允许您在客户端设计报告。