Hi guys,
i'm kind of new in VB.NET. However, i developed an application which includes MS SQL Reporting Services reports. I am using an ReportViewer to open the report. This is the code i included
Uri = "http://localhost/ReportServer"
path = "/root/filename"
Me.ReportViewer1.ProcessingMode =...