#1 2013-06-26 17:39:23

lsimedia
Member
Registered: 2013-06-26

Adding a custom BIRT datasource in ReportSrever

Hi,

We have written a custom BIRT datasource for our solution and we would like to integate it in the web interface.
The plugin works with ReportServer if we store the data source properties in the report (the plugin is stored in WEB_INF/lib) but we cannot add a custom data source from the web interface, the data source type is not listed in the menus...

How is is possible to integrate a custom data source in the web interface ?

Thanks for any help.

Offline

#2 2013-06-27 08:44:48

Thorsten J. Krause
datenwerke
Registered: 2012-02-15
Website

Re: Adding a custom BIRT datasource in ReportSrever

Hi,

unfortunately you cannot use custom birt datasources directly,
but there is a way, albeit not that elegant, to access those, anyway:

- create a dummy birt report that defines a dataset using your custom datasource
- in the datasource manager create a "Birt Report Datasource"

You can now use this Datasource in other reports an have it point to the dummy reports dataset.

This was originally meant to have data-driven parameters access data from their reports, but it mights serve your needs.

Cheers,
Thorsten

Offline

Board footer

Powered by FluxBB