Visual Studio 2010 Local SSRS Report (.rdlc) with Object Data Source

后端 未结 6 1223
谎友^
谎友^ 2020-12-16 11:59

I\'ve created more projects using ReportViewer 2005 and 2008 in local processing mode than I can count on my hands. All Visual Studio 2005 or 2008 ASP.NET web forms projects

6条回答
  •  天涯浪人
    2020-12-16 12:39

    I had the same problem, but then move the report and the entities classes to another project separate from the WebAplication, when I did that, the wizard show another options other than DataBase Connection, so I add an Object DataSource to the C# Library. Then I use this post to retrieve the report definition and embedded to the .aspx, hope this help!!

提交回复
热议问题