After searching all over the internet, I think I have the correct reportviewer runtime to add-in to VWD2010 express. I think I have correctly added references to the reportview.common and reportview.winforms .dll's. That portion of my web.config file looks like:
<assemblies>
<add assembly="Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
</assemblies>
My question is how do I get at it in VWD? Specifically, I want to put a crosstab view in my project. How do I activate reportview in VWD express? How do I get a crosstab control in my toolbox?
As you might gather by my question, I'm new at this VWD stuff and I have a little learning project going.
--Lynn