hello
i am working with java with spring environment and crystal reports jars , i am trying to inject multiple tables in the rpt report, using XML data source instead of database ( because our database is a nosql database and sometimes we have to fetch the data manually from other services , so connecting to a database is not optional )
Can anyone provide a sample code on how to do so , and if it is required to have a database connection can it be H2 database at least ( or any other virtual database ) ?