json - MVC Web API Report -


im trying solve issue in mvc4. background: have existing asp.net web application have reports section. these rdlc files datasource , dataset configured use sp populate rows tied aspx view. these regular stuff. have migrated existing application mvc rest based web app , apis. here, web app send/receive data in json format , used in view accordingly. problem solve: data required report show coming 1 of rest apis returns json object. report (.rdlc) traditionally connects db, in case, data in json. how go mapping json data report view? searched lot of forums couple of days, no real success. inputs appreciated.

we have same situation our asp.net mvc application restful web services pass json data front end applications. mvc application doesn't provide data, applies business rules data before passing , these business rules can't applied @ database level. reporting not straightforward.

we wanted call these same web services same data front end applications get. fortunately ssrs amazingly extensible. created custom data processing extension calls our asp.net mvc controllers , returns data, deserialised datasets use in reports.

while not trivial, isn't hard might think , implementing custom data processing extension way solve problem. there plenty of examples online started. based mine on file share example provided ssrs queries network folder , returns file information dataset.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -