Hello,
I am calling Filter function from asp.net . Below is the code. It gives me back the url but unfortunately it is only the gateway. There is no reportID or any other required parameters. How can I view the report??
iwrservice.Filter("Country", "Sweden", 0, 0, "pdf", Nothing, rReport, rOutput, rInfo)
when I do
Dim rReportURL As String
rReportURL = rOutput.ReportURL
it is only gateway.
http://oregon.mycompany.com/cwsgateway/cgi-bin/imrap.cgi
Once I get the URL I want to pass that to hyperlink control and view in a different page, which if I have the URL I can do it.
thanks
IF you need any more data,please tell me.