ReportingService2010 reportingService = new ReportingService2010(); | |
reportingService.Url = "http://sharepoint/dashboard/_vti_bin/ReportServer/ReportService2010.asmx"; | |
reportingService.Credentials = System.Net.CredentialCache.DefaultCredentials; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment