简体   繁体   中英

How can i add reference of Microsoft.ReportViewer.WebForms 8.0.0.0 in visual studio 2012?

I have reports deployed in SSRS 2005 and i want to integrate with asp.net applications. But there is no option to add reference of Microsoft.ReportViewer.WebForms 8.0.0.0.

Does anyone knows how can i do that?

You may add the reference manually in the Project File (.csproj). Add this line in the section.

    <Reference Include="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM