Can you use OData in an SSRS report?

Can I use OData in an SSRS report? If so, how to do it?

I found the following that seemed quite encouraging, but nothing recently confirms whether this is really possible:

http://connect.microsoft.com/SQLServer/feedback/details/559570/ssrs-should-be-able-to-use-odata-as-a-data-source

If this is not yet implemented in SSRS 2008R2, are there any recommended workarounds?

+4
source share
1 answer

Not directly, no. OData is not a supported data source for Reporting Services in current versions.

However, SSRS can use ODBC data sources, so maybe an OData ODBC driver like this could be an alternative ? I have not tried this myself, but it seems like a good option.

+3
source

Source: https://habr.com/ru/post/1481691/


All Articles