Pass data to ssrs report (.rdl) from code behind in ASP.NET C#, ProcessingMode=Remote

后端 未结 2 584
遇见更好的自我
遇见更好的自我 2021-01-07 08:30

I can see that there are many questions already being asked regarding the same thing like:

Binding a datasource to a rdl in report server programmatically - SSRS

2条回答
  •  隐瞒了意图╮
    2021-01-07 09:17

    Most likely, you may wind up needing to run them in the context of the web application, and pull the data from the datasource into the report by hand.

    I did this project a few years ago, and wouldn't mind getting it back up and running, and finally completed to support MVC/Web Forms/Win Forms/WPF/etc. as well as get it more robust.

    This may get you on the right track.

提交回复
热议问题