Jump to content

Is extending to the "JRXmlDataSource.class" in our custom datasource allowed


tuspatil

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...

Hi

Check the code for JRXmlDataSource at below Github location.

https://github.com/TIBCOSoftware/jasperreports/blob/master/jasperreports/src/net/sf/jasperreports/engine/data/JRXmlDataSource.java

You 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

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