Note that there are some explanatory texts on larger screens.

plurals
  1. USDoug Ingham
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COOk, I installed one of the downloads from the blog of your below link. The one I installed was the "Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012", the following link, http://www.microsoft.com/en-us/download/details.aspx?id=36843, and it did not appear to help at all. I also tried searching my C drive to see if it installed a new Microsoft.ReportViewer.Winforms.dll somewhere, but I could not find one. I'm still stuck with ReportViewer compile errors all over the place.
      singulars
    2. COI think we may be confusing what programming language I'm using here (VB.NET). In VB.NET, I don't believe I can use the using directive outside of a procedure or function. I tried putting the using directive recommended just before my class declaration, and also just inside of my class (both places outside of procedures), and both times I got compile errors. Now VB.NET does allow me to use "Imports Microsoft.Reporting.Winforms" but that hasn't helped me with my ReportViewer errors either.
      singulars
    3. COI'm really confused as to how a using statment is going to help me. I believe that a using statement can only be called in functions or procedures. I don't think it will remedy problem with a class level object declaration. I've tried "Imports Microsoft.Reporting.WinForms". If you can provide a brief example as to how I should be using the "using" statement, that would be appreciated. Thanks very much for your help.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload