visual-studio-2010 - MVC3 - SSRS 报告 (rdlc) 和业务对象数据源

标签 visual-studio-2010 asp.net-mvc-3 reporting-services rdlc business-objects

我正在尝试在 Visual Studio 2010 中的 MVC3 应用程序中对 Sql Reporting Services (rdlc) 文件的使用进行原型(prototype)设计,并且我能够创建我的数据访问层、添加我的报告并将其绑定(bind)到我的业务对象在 MVC2 和 asp.net 表单项目中。

当我尝试在 MVC3 应用程序中复制此内容时,我无法将我的报告绑定(bind)到业务对象,它甚至没有给我任何选项。相反,它想要创建数据库的数据源。这里有什么问题,有什么建议吗?

最佳答案

我也遇到了同样的问题。解决方案是将aspx页面添加到解决方案中。功劳归于Can't see or add Website Data Sources in RDLC report in ASP.NET MVC寻求解决方案。

关于visual-studio-2010 - MVC3 - SSRS 报告 (rdlc) 和业务对象数据源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8087818/

相关文章:

c# - 有人使用 WCF 客户端和 SSRS 网络服务吗?

visual-studio-2010 - Visual Studio 2010 智能感知停止工作

c++ - vector 下标超出范围错误 C++

c# - 在 Visual C# 中,如何禁用 WiX 项目? (使构建太慢)

asp.net-mvc-3 - 使用ASP MVC3,我的路由如何在URL的中间使用可选参数?

ASP.NET mvc : How to automatic fill the date field with today's date?

sql-server - 从本地 SQL Server SSRS 连接到在线 SQL Azure DB

sql - 如何从 Reporting Services 2005 的 Count() 函数中排除空值?

c++ - 如何从 CWinThread 访问 AfxGetMainWnd()?

c# - MVC 3 - 如何从操作方法返回显示模板?