I developer a report in Access 2007 and i want to know if there is any way that allow me to view this report in Asp.net web page ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not an ASP.Net page but one possible option would be to export the report as a snapshot (*.snp) file. Then you can embed the file into a HTML web page.
You would have to re-export the report each time to update it though. Also the user would have to install the snapshot viewer on their PC Download Link
I think it still works with Access 2007 see MS kb article
The HTML code would be something like:
For more information see Automate publishing a report snapshot to the Web