我们如何从SyncFusion Report设计器中获取RDL内容? 如何通过RDL内容加载Syncfusion resport设计器(没有外部文件,只有RDL xml)。
var designer = $('#ReportDesigner1').data('ejReportDesigner'); //How will I get RDL content from this?
designer.openReport('/Catagory2/Tickets Sales Analysis'); // Instead of physical file how do i pass RDL content and load design..
答案 0 :(得分:1)
您可以找到以下示例,使用Web报表设计器中的“外部服务器”从RDL XML内容保存或打开报表,
http://www.syncfusion.com/downloads/support/directtrac/general/ze/ReportDesignerSample-193940820.zip
注意:在上面的示例中,我们使用了外部服务器来使用外部服务器将现有报告RDL XML内容打开/编辑/保存到DB。
请使用以上示例中的“从服务器打开并另存为->到服务器”选项打开并保存到数据库。
样品详细信息: