Page 1 of 1
Add flex designer into a jsp page
Posted: Fri Jun 06, 2014 3:04 pm
by aescot
Hello,
I am triying to integrate your flex designer into a jsp file like in your documentation.
It works fine, but how i can automatically create datasource for a new report ?
Moreover, how can I have this version of the flex designer ?
http://flex.stimulsoft.com/
Thanks for your helps
Regards,
Alex
Re: Add flex designer into a jsp page
Posted: Mon Jun 09, 2014 1:08 pm
by HighAley
Hello, Alex.
aescot wrote:It works fine, but how i can automatically create datasource for a new report ?
Unfortunately, there is no an event that can be handled when a new report is created in the Designer.
It's possible to add data source to the report that is opened with the Desinger.
You could set this theme using Theme property. You should set it to Office2013 value. This theme was added in our latest prerelease build.
Thank you.
Re: Add flex designer into a jsp page
Posted: Mon Jun 09, 2014 2:41 pm
by aescot
Ok thank you.
Concerning the theme, Do you know how i can set it ?
You can see here my code :
Code: Select all
<stidesignerfx:iframe
width="100%" height="1000px" report="${report}"
styleClass="" frameborder="0" styleId="" name="stiviewer"
scrolling="no" title="report" />
Thanks for your help.
Re: Add flex designer into a jsp page
Posted: Tue Jun 10, 2014 7:39 am
by Andrew
Hello,
You can install the theme in the file stimulsoft.properties, which should be placed in the application directory, the property is called Theme. If this property is not present in the configuration file, please download the latest prerelease build at
http://www.stimulsoft.com/en/downloads/reports-fx-java .
Thank you.
Thank you.