Upload a report file to Report manager via .net application?
问题 I want to upload report files via c# application to the report manager.(mean Like simple Upload, select a report file and then upload selected file into report manager). I use this sample and when i upload file an exception occurred the remote server returned an error: (401) unauthorized ** my code ** WebClient webclient = new WebClient(); webclient.UploadFile("http://server-report/Reports/Pages/", Source); -> source refer to selected file path. so if walking in right way so how resolve that