我已经使用 SQL Server Report Builder 2008 创建了一个报告。我想知道是否有任何关于如何在 Asp.net MVC 应用程序中运行它的示例。我认为设置数据源并将其直接流式传输到 pdf 文件是可行的,但是当调用 LocalReports 渲染方法时我不断收到以下错误。
"{"The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded."}"
提前致谢