How do we get the RDL content From SyncFusion Report designer? How can we load Syncfusion resport designer by RDL content (No external files just RDL xml is there).
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..
You can find the sample below to save or open the report from RDL XML Content using External server in web Report Designer,
http://www.syncfusion.com/downloads/support/directtrac/general/ze/ReportDesignerSample-193940820.zip
Note: In above sample we have used the External server for open/edit/save the existing report RDL XML Content to DB using External server.
Please use the Open from Server and Save As -> To Server options in above sample to open and save to DB.
Sample Details: