Search found 9 matches

by mke_imp
Tue Dec 20, 2016 7:54 am
Forum: Stimulsoft Reports.JAVA
Topic: Integrating Json into report as string instead of file
Replies: 1
Views: 2651

Integrating Json into report as string instead of file

I have a running example of integrating a Json as a StiJsonDatabase with the following code. StiReport report = StiSerializeManager.deserializeReport(new File("report/Selection.mrt")); StiJsonDatabase jsonDb = new StiJsonDatabase("Data", "report/data.json"); StiDatabase...
by mke_imp
Fri Dec 09, 2016 8:18 am
Forum: Stimulsoft Reports.JAVA
Topic: Example of rendering a report with Java and Json?
Replies: 9
Views: 7346

Re: Example of rendering a report with Java and Json?

Thanks a lot for looking into it.
Do you have a timeframe when that pre-release build will be available?
by mke_imp
Fri Dec 02, 2016 8:17 am
Forum: Stimulsoft Reports.JAVA
Topic: Example of rendering a report with Java and Json?
Replies: 9
Views: 7346

Re: Example of rendering a report with Java and Json?

Unfortunately I really do have another problem ;) : The json for the data now is built up as suggested in another thread with every object as an array, so that it can turned into a table. Now I have a groupheader, that takes its data from a table with relationships, but where I want to put as well s...
by mke_imp
Thu Dec 01, 2016 3:08 pm
Forum: Stimulsoft Reports.JAVA
Topic: Example of rendering a report with Java and Json?
Replies: 9
Views: 7346

Re: Example of rendering a report with Java and Json?

could solve the problem myself, the problem was in the way the json was built
by mke_imp
Thu Dec 01, 2016 1:53 pm
Forum: Stimulsoft Reports.JAVA
Topic: Example of rendering a report with Java and Json?
Replies: 9
Views: 7346

Example of rendering a report with Java and Json?

I'm a bit lost on how to correctly initialize a report file with a json-datasource in java, and then getting it to render correctly. I have a mrt-File and a json-File, those both work together fine, wenn looking at them in the designer. But trying to do something like the following ends in a NullPoi...
by mke_imp
Wed Nov 30, 2016 9:57 am
Forum: Stimulsoft Ultimate
Topic: Nested Json Data not available in normal designer?
Replies: 5
Views: 2757

Re: Nested Json Data not available in normal designer?

Sorry for being unclear, I meant the 'Stimulsoft Reports.Net'-Designer Version 2016.2 from 1 October 2016 for the .Net Framework v4.0.30319
by mke_imp
Tue Nov 29, 2016 9:21 am
Forum: Stimulsoft Ultimate
Topic: Nested Json Data not available in normal designer?
Replies: 5
Views: 2757

Nested Json Data not available in normal designer?

Is there a reason that nested Json Data only seems to be able to import correctly in the Designer for JS, and not in the normal Designer? If I import the json in the designer for JS the hierarchy is translated correctly, if the same file is imported in the normal designer, only the first level of da...