Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 SSRS 2005 中部署了报告,我想与 asp.net 应用程序集成。但是没有选项可以添加 Microsoft.ReportViewer.WebForms 8.0.0.0 的引用。
有谁知道我该怎么做?
您可以在项目文件 (.csproj) 中手动添加参考。在该部分中添加此行。
<Reference Include="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />