hi friends
How to fix this problem when i run SQLSSRS .
Note:
RDL files are in Reports folder(D:/Reports/reports1.rdl)
My code is given below
ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote
ReportViewer1.ServerReport.ReportServerUrl =New Uri("http://localhost/ReportServer")
ReportViewer1.ServerReport.ReportPath ="/reports/Report1"
ReportViewer1.ShowParameterPrompts =False
ReportViewer1.ShowPrintButton =True
ReportViewer1.ServerReport.Refresh()
Thanks