Opening report in a frame

Is there anyway to use the excel.save method to open the report in a specific iframe of the browser? My application has a menu system on the main page with all of the reports being opened in an iframe named ‘ReportFrame’.

Thanks,
Rick

Yes, you can. In the iframe, you can put an aspx page, and in the Page_Load event of the page, you can call the excel.save method. A simple sample can be downloaded here.