I user JDBC dataSoucr on Stimulsoft Report.Java,and I set the JdbcSource on the next code:
Code: Select all
StiReport report = StiSerializeManager.deserializeReport(new File(reportPath));
StiJDBCDatabase db =new StiJDBCDatabase("arp","10.0.2.41:3306","com.mysql.jdbc.Driver","arp","arp");
report.getDictionary().getDatabases().add(db);

thank you.