0
votes

I was in need of calling SSRS Reports from classic ASP. After looking around I found that it was suggested that SSRS reports should be called using ASP.Net so I managed to use ASP.Net with my classic ASP application using session transfer.(By saving sessions to the database redirecting from classic ASP to ASP.Net). However while redirecting i am passing parameters as querystring (Using Response.Redirect). I am wondering when the parameters will be really big will that create any problem.(Like select 1000 customer ids each five characters long). I would like to use POST method as I believe it is better and more secure.

Can someone please help me?

1
Anyone .....Please help. I desperately need help.Programmer666
Can'y you just embed SSRS reports using an iFrame and embed parameters in the URL that way using jQuery?pee2pee
That's what I said in your previous post, Programmer666.Paul
Well if I use IFrame. How can i pass Reporting Server Credentials?Programmer666

1 Answers