Created
December 27, 2017 20:39
-
-
Save Vintaurus/592102f969ef6ca25abc992814a45aa7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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