tuspatil Posted September 29 Share Posted September 29 Hi Team,We want to create the custom XML datasource by inheriting the jasper's JRXmlDataSource datasource.Can you please let us know, is extending "JRXmlDataSource" class is supported?Thanks,Tushar Link to comment Share on other sites More sharing options...
Mehak Rajkumar Posted October 3 Share Posted October 3 Thank you for posting to the Jaspersoft Community. Our team of experts has read your question and we are working to get you an answer as quickly as we can. If you have a Jaspersoft Professional Subscription plan, please visit https://support.tibco.com/s/ for direct access to our technical support teams offering guaranteed response times. Link to comment Share on other sites More sharing options...
jiman Posted November 7 Share Posted November 7 HiCheck the code for JRXmlDataSource at below Github location.https://github.com/TIBCOSoftware/jasperreports/blob/master/jasperreports/src/net/sf/jasperreports/engine/data/JRXmlDataSource.javaYou can extend AbstractXmlDataSource interface from which JRXmlDataSource extends if you want to customize a data source. Yes you can extend functionality of JRXmlDataSource as long as you can follow the licensing requirements of this library. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now