问题描述
我正在使用Dreamweaver CS5,并且我想显示水晶报表.用户将根据他们要查看的内容构建查询,然后可以选择查看并打印查询.我们可以将水晶报表放在iframe广告代码中吗? Dreamweaver没有像Visual Studio这样的水晶报表.
I am using Dreamweaver CS5 and i want to display crystal reports. User will build the query based on what they want to look at and then have the option to look at it and print it. Can we put crystal reports in an iframe tag? Dreamweaver does not have crystal reports like visual studio.
推荐答案
我们可以将水晶报表放在iframe广告代码中吗?
Can we put crystal reports in an iframe tag?
你可以.创建用于显示报告的单独页面.在另一个页面中,将报告页面源分配给IFRAME标签.就这样.
iframe标签 [ ^ ]
脚本化iframe-教程和示例 [ ^ ] (用于动态处理诸如动态URL,高度等内容)
更好的是,在Visual Studio& amp;中设计Crystal报表内容.然后在Dreamweaver中继续其他操作.顺便说一句,您可以在Dreamweaver中执行所有操作,但是对于您需要手动执行的操作.
You can. Create separate page for displaying reports. In another page assign the report page source to IFRAME tag. That''s all.
IFrame Tag[^]
Scripting Iframes - Tutorial and Examples[^] (To handle the things dynamically such as dynamic URL, height, etc.,)
Better, design the Crystal report things in Visual studio & then continue other things in Dreamweaver. BTW you can do all things in Dreamweaver but for something you need to do manually.
这篇关于如何在Dreamweaver中使用Crystal报表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!