How to display reports within webpage

Hi Folks,

I’m trying to include a report in my webpage, just looking to use something really simple as i’m a reporting newbie.

I currently use a frameset but the problem with that is it obviously doesn’t work in certain browsers.

I have a login form which a user enters their username and a password, depending upon their credentials I redirect them using response redirect to the reportserver, passing the appropriate parameters in the url to display the right report.

Can someone please tell me how I can do this without frames? Could I use master pages, or perhaps include the report within an Iframe?

I have all the sql and report files ready to go, I’m just linking to them at them at the moment.

Any thoughts very much appreciated.