Hi,
My application is using reporting services reports. This application has
got some settings where service URL and report folder names are stored. My
requirement is to validate report server URL.
E.g. rptURL = http://REPORTBOX/REPORTSERVER.
where REPORTBOX is the machine name.
Here I want to validate whether rptURL is valid or not.
How do I do that from c# code?
thanks,
DeeeYou can just create an instance of the webservice object, authenticate by
setting the Credentials property, and call a method. Wrap everything in a
try/catch.
--
Adrian M.
MCP
"Deee" <Deee@.discussions.microsoft.com> wrote in message
news:691D0A2C-A3A8-4961-B5DB-4A903FD6FA14@.microsoft.com...
> Hi,
> My application is using reporting services reports. This application has
> got some settings where service URL and report folder names are stored.
> My
> requirement is to validate report server URL.
> E.g. rptURL = http://REPORTBOX/REPORTSERVER.
> where REPORTBOX is the machine name.
> Here I want to validate whether rptURL is valid or not.
> How do I do that from c# code?
> thanks,
> Deeesql
Wednesday, March 28, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment