c# - Call SQL Server Reporting Services from MS CRM workflow activity -
It's my job to create a printable report within the MS CRM 2011 interface
hosted CRM Have a suggestion to access the SQL Server Reporting service within the code? I do not want to connect directly, because it is necessary to pass the correct credentials to correct the URL - and this information differs from installation to installation.
So I need to either create a setup table to save all the connection information or I should work hard and recompile it.
Is there a general solution to this problem? Unfortunately, I've found the only way to use Reporting Services Endpoint and Credentials to access it. is. I wrote an article about this -
Comments
Post a Comment