vote up 1 vote down star

Hi there,

I have a report deployed on a MS Reporting Services server, working fine. I can access it from a ASPX page with no problems, set the report parameters, etc, using the Report Viewer component from Microsoft. Works great.

The question is: is there any way to view this report WITHIN a form in an Access database? Is there a version of the report viewer that can be used with MS Access?

I have searched online, but I can't find a solution.

I know an Access report can be imported into SSRS, but I need to be able to view an SSRS report from within Access.

Thanks!!

flag
To manipulate it from within Access, you need a COM interface and if you want to display it within Access, you likely need some kind of ActiveX control that can display the foreign report. Ugly? You bet. But those tools weren't designed to be used in Access, given that Access provides one of the best report writers in existence. – David W. Fenton Jun 10 at 4:08

2 Answers

vote up 0 vote down

how would you set up a "web" control so that could be done?

link|flag
vote up 0 vote down

Not in a form directly.

The best you'll get is some kind of "Web" Control that can be used to give an IE session to the report. Or have a link label with URL Access to create a separate IE Window.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.