Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SQLJames
Starting Member
35 Posts |
Posted - 2012-01-12 : 16:21:05
|
Using SQL Server Reporting Services 2008 R2 with Visual Studio 2008 with all the SP’s and hot fixes. We are rolling our own dashboard and want to have an image created in a graphic tool and then place gauges at spots on the image. Imagine a car dashboard image with the gauges laid on top in various places. It’s a standard round gauge like an odometer. The gauge is rendered using the URL method via an I-Frame. Not sexy but it works <insert obligatory ex-wife insult here>. The problem is that the gauge overlays the image in a box and the image behind is blocked. It looks rather bad. I have searched and tried to find some solutions to allow for transparency but have found nothing. Any suggestions? Thanks in advance for any consideration! |
|
nicklarge
Starting Member
40 Posts |
Posted - 2012-01-17 : 11:42:26
|
Just a thought - have you tried using JQuery to position them? It sounds like a html issue rather than a reporting services/ ssas issue. Thanks, Nick. |
|
|
|
|
|