I'm having some problem passing windows credentials to the reportviewer control. I have an ASCX that has the ReportViewer control added. Problems happen when utilizing the ReportServerCredentials property. In my vb codebehind of the ASCX, I have the following.
When running, I get "Too many arguments to 'Public Sub New()'. Any ideas?
Imports
Microsoft.Reporting.WebForms
Public
ClassGo to the complete details ...