Jump to content
JasperReports Library 7.0 is now available ×

JasperSoft Studio custom function


sottomarino

Recommended Posts

Hi.

I am trying to implement custom function for Studio. But I had bad times doing this. My extension does not apper in the list of functions.

I referenced this article http://community.jaspersoft.com/wiki/jaspersoft-studio-expression-editor-how-extend-it-and-contribute-your-own-functions-part-2

I can't figure out what i do wrong.

Maybe somebody has sample with implementing custom function for JasperSoft Studio 5.5.0.

 

Thanks.

 

 

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Hi, Ilona.

1) I created new project in Eclipse. 

2014-01-1510_17_21-Java-Eclipse.png.a835e83a750285f45ea102c390d46069.png

 

2)  I Exported this project as *.jar file. 

3) In JusperSoft Studio 5.5.0 right click on folder "MyReports" and added exported result jar file. 

2014-01-1510_23_14-JaspersoftStudio.png.4fd944e40a3a4b0d0ce5a148b810f05c.png

 

4) Create new report and open expression editor for one of fields 

2014-01-1510_27_01-ExpressionEditor.png.e7b2a3703b86995fe220b4ad3aae973f.png

 

By the way, i did not managed to find to libraries from example (jasperreports-expressions*.jar and jasperreports-exprfunctions*.jar) , so I just added reference to jasperreports-5.5.0.jar library.

My properties file looks :

net.sf.jasperreports.extension.registry.factory.functions=net.sf.jasperreports.expressions.ExprFunctionsRegistryFactory

net.sf.jasperreports.extension.functions.schext=net.sf.jasperreports.expressions.functions.schext.CustomFunctions 

Thanks,

Vadim

 

Link to comment
Share on other sites

Hi,
I just saw that the tutorial you are linking is the old one. Starting from JasperReports 5.1.2 the correct tutorial is the following one: http://community.jaspersoft.com/wiki/jaspersoft-studio-expression-editor-how-extend-it-and-contribute-your-own-functions-part-2-0

Please give a look at it. And then let me know if you have problems.

I will fix the old one adding "deprecation" information.

Best regards,
Massimo.

P.S: I suppose you searched through the wiki, because in the "Resources" page of the JSS project the link was pointing to the correct updated tutorial. 

Link to comment
Share on other sites

Hi, thanks for you reply.

I tryed to implement my functions following another article 

http://community.jaspersoft.com/wiki/jaspersoft-studio-expression-editor-how-extend-it-and-contribute-your-own-functions-part-2-0 and managed to do this. But I can't understend how  I can add referece to another library in order to use functionality in my functions?   When I add reference to library in "Properties for MyReports" in Java Build Path  then this library is not visible in my functions. is it possible to refere another library in my extension function?

Thanks, Vadim 

 

 

 

 

 

Link to comment
Share on other sites

There is probably something wrong in how your project build-path is set.

If I understood well, you would like to invoke methods of classes from other jars. Correct?

This is possible, and it's a matter to set the build-path properly. Could you please post some screenshots of how it is you currently build-path with the jar supposed to be used?

 

Best regards,

Massimo.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...