Search found 363 matches

by Vadim
Thu Mar 10, 2016 11:09 am
Forum: Stimulsoft Reports.JAVA
Topic: json data source binding
Replies: 14
Views: 8547

Re: json data source binding

Hello.
This will be fixed in tomorrow pre-release build 2016.1.3
by Vadim
Wed Mar 09, 2016 7:40 am
Forum: Stimulsoft Reports.JAVA
Topic: Drill Down Reports
Replies: 3
Views: 2537

Re: Drill Down Reports

Hello.
Stimulsoft Reports.Java support drill down reports in web viewer, you can watch demo in http://java.stimulsoft.com/ in section Interactive Reports.
For creating such reports you can use Flex designer like in video example, just remove cast (int) in filter expression.
by Vadim
Wed Mar 09, 2016 7:09 am
Forum: Stimulsoft Reports.JAVA
Topic: json data source binding
Replies: 14
Views: 8547

Re: json data source binding

Hello. To use JSON datasource you can do next way: 1. Add new connection 2. Select JSON Data 3. On filed "Path to JSON Data" you can write JSON-file path or url to JSON data. 1.png For export PDF (and in Chinese) you can use next code: StiExportManager.exportPdf(StiReport, StiPdfExportSett...
by Vadim
Wed Feb 10, 2016 5:57 am
Forum: Stimulsoft Reports.JAVA
Topic: Passing Parameters to SQL
Replies: 18
Views: 10697

Re: Passing Parameters to SQL

Hello.
You can do like this:

Code: Select all

((StiJsonDatabase) report.getDictionary().getDatabases().get(0)).setPathData("/data.json");
by Vadim
Fri Feb 05, 2016 10:18 am
Forum: Stimulsoft Reports.JAVA
Topic: Passing Parameters to SQL
Replies: 18
Views: 10697

Re: Passing Parameters to SQL

Hello.
You must use variables in {} not use @-symbol.
If you not define this variable in the dictionary you must put it by code, lilke:
report.getDictionary().getVariables().add(new StiVariable("variable1", 1));
by Vadim
Thu Feb 04, 2016 12:18 pm
Forum: Stimulsoft Reports.JAVA
Topic: Passing Parameters to SQL
Replies: 18
Views: 10697

Re: Passing Parameters to SQL

Hello.
For example you can define Variable1 <int> & then your sql string may look like: select * from actor where actor_id = {Variable1}
by Vadim
Fri Dec 18, 2015 6:44 am
Forum: Stimulsoft Reports.JAVA
Topic: FileNotFoundException after Rendering
Replies: 12
Views: 7211

Re: FileNotFoundException after Rendering

Hello.
We still can't reproduce color problem, we made jar's with additional log information.
Please export PDF and send us logs (info level, starts from "WRITE_PDF_IMAGE")
by Vadim
Thu Dec 17, 2015 6:12 am
Forum: Stimulsoft Reports.JAVA
Topic: FileNotFoundException after Rendering
Replies: 12
Views: 7211

Re: FileNotFoundException after Rendering

Hello.
Wich Java version do you use ?
by Vadim
Wed Dec 16, 2015 12:23 pm
Forum: Stimulsoft Reports.JAVA
Topic: FileNotFoundException after Rendering
Replies: 12
Views: 7211

Re: FileNotFoundException after Rendering

Hello.
We can't reproduce your problem, can you describe with MAC OS version you use, with what properties you export to PDF?
by Vadim
Tue Dec 15, 2015 9:49 am
Forum: Stimulsoft Reports.JAVA
Topic: FileNotFoundException after Rendering
Replies: 12
Views: 7211

Re: FileNotFoundException after Rendering

Hello.
Can you attach your PDF & mdc(rendered report) (or report if it don't need DB) to analize?