Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 To call asp page that returns xml through SSRS

Author  Topic 

sundaramsumitra
Starting Member

1 Post

Posted - 2014-11-13 : 11:38:23
I have a requirement where I have to write a vb.net function in SSRS that access an asp page which returns xml. Trying to figure out if this is feasible and if it is a sample code will help. Thanks!

Sumitra

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-11-13 : 12:45:50
Assuming you know how to code .Net Web calls, you'll need to include references to the needed external assemblies:

http://msdn.microsoft.com/en-us/library/ms159238.aspx#External

and fully-qualified names in your VB code.
Go to Top of Page
   

- Advertisement -