Add flex designer into a jsp page

Stimulsoft Reports.JAVA discussion
Post Reply
aescot
Posts: 16
Joined: Fri May 23, 2014 3:25 pm

Add flex designer into a jsp page

Post 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
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Add flex designer into a jsp page

Post 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.
aescot wrote:Moreover, how can I have this version of the flex designer ? http://flex.stimulsoft.com/
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.
aescot
Posts: 16
Joined: Fri May 23, 2014 3:25 pm

Re: Add flex designer into a jsp page

Post 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.
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

Re: Add flex designer into a jsp page

Post 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.
Post Reply