Skip to content

Instantly share code, notes, and snippets.

@Vintaurus
Created December 27, 2017 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vintaurus/592102f969ef6ca25abc992814a45aa7 to your computer and use it in GitHub Desktop.
Save Vintaurus/592102f969ef6ca25abc992814a45aa7 to your computer and use it in GitHub Desktop.
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