The docs about this part could improve much more. Basically talks about StiOptions.WebServer.url config and nothing more. I created a report with windows designer, that has a string connection to my sql server. The preview data works normally.
Which are they my next steps ? How can i load this report from javascript?
Code: Select all
var report = new Stimulsoft.Report.StiReport();
report.loadFile("js/report.mrt");
StiOptions.WebServer.url = "http://myasptnetapp:9615";
Thanks!