What is the capacity of Action properties in SSRS?

  • What is the capacity of hyperlinks in SSRS? Ok, so, just like a hyperlink in html, in SSRS, most objects have an Action property that you can set to any URL, such as the URL of another report. So this leads me to more questions. There are several ways of setting up hyperlink. You can make it so that when you click on it, it opens an entirely new browser tab, or you can set it up so that the next page overrides the current page displayed in the browser. Is there a way of setting the Action property so that you tell it exactly what you want? But wait, there is more, I have learned (and maybe you have too) that an SSRS page on a 2008 server does not display correctly in a Chrome browser (the report is shown in a tiny iframe for some reason). So is there some way to make the Action property such that it will only open Internet Explorer?

    Here is the next question. Another developer showed me a report he made that is imbedded in an iframe. I wonder if that is even necessary if you do not have any need for a separate web page's content for a report. Is there any need for that if I am just going to have one ssrs email alert with Action property objects that will open up another browser showing a direct link to an SSRS report?

  • Hyperlinks are directions to the host, and you have no control over whether a link opens in a particular browser. If you can call ieexplore.exe, you can pass in a URL,but not sure that's possible from SSRS. That might break the potential security sandbox if you can execute the process from a click. If the URL is known, you can make shortcuts in Windows that call iexplore.exe with a  URL.

    As far as capacity, do you mean size? Or capability?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply