开发者

SSRS Reports from Azure Table Storage - possible?

开发者 https://www.devze.com 2023-02-26 22:32 出处:网络
Greetings, 开发者_开发问答Is it possible to render SSRS Reports with Table Storage data source? if yes, if you could guide me the right direction will be appreciated.I don\'t think it is possible. Ac

Greetings,

开发者_开发问答Is it possible to render SSRS Reports with Table Storage data source? if yes, if you could guide me the right direction will be appreciated.


I don't think it is possible. Actually, table storage doesn't support even aggregate functions.


SSRS does not look into azure table storage. However, because RDLC-based reports can use objects as the data source, you could bind your rdlc reports to ATS (which still get you reporting capabilities, but without server-side features)

0

精彩评论

暂无评论...
验证码 换一张
取 消