I have a web application written in ASP, not ASP.Net. We set up a page with an iframe that we populate the SSRS reports into. The url of the report is visible through a right click/properties. Is there a way to either disable the right click or hide the url?
you can disable the right click by adding oncontextmenu="return false" in the body tag:
No comments:
Post a Comment