I am trying to display the results of running NDepend on CruiseControl.NET. This includes images such as VisualNDepend , Abstractness vs Instability etc. I am however not able to display these results on the CruiseControl.NET dashboard. Any suggestions on how to proceed?
Related
I am coding some basic html code just to display an image banner to our OBIEE dashboard but failed to do so. I am a newbie in terms of programming so feel free to correct me in anyway. So, here's the detail.
I am currently working in the static text layout where the old banner was coded, I remove them and replace with a basic code that only import an image see here.
*Oracle Business Intelligence 12.2.1.4.0
I have tried coding it thru HTML,CSS, & Javascript those only the few I basically know. I did my research and follow some tutorials but no glimpse of hope to it, it does work when I relay the output in a browser while coding it in Visual Studio.
What I want is just to display it successfully and not to show a image icon. Hope someone can help me out. Thank You :)
I am struggling to comprehend where Visual Studio comes into this but assuming you want to just have an image on a dashboard then there are lots of options
It looks like you are trying to insert a remote image which is going to cause all sorts of security issues that are likely to mean it will get blocked.
The simplest is to just add a "link or Image" object and use a local image. If you click on the select image button there is an option to upload image and select it for display.
If you want to use html then you just need to add a text object and add the img html
<img src="https://someurl.com/img.jpg" />
but you are going to need to change lot of security policies to allow the content to be displayed.
There are other options to host the file locally such as a shared folder (https://gianniceresa.com/2017/02/obiee-12c-custom-style-using-shared-folder/) but the upload is far simpler.
If you insist of using a remote image you will need to understand security policies (CSP, XSS etc.) which aren't OBIEE specific but standard web server
We have several Crystal Reports that are used in a Windows Form application that we are re-creating using RDLC. One of the reports needs the ability to drill through (or down) to more detailed data. I've followed several examples (mostly for SSRS) to enable the drill through functionality in the RDLC report but I can never get it to work. Its like the drill through logic is being ignored. I never get the "hand" to appear. I've even tried using "Go to URL" for the action and that doesn't work.
Is this functionality only available for SSRS or web applications?
I'm trying to show images in SSRS based on a URL. Everything works great in Visual Studio when I preview, but when I publish the report, the images are totally blank--not even giving the little red "X".
I can display embedded images just fine, but external images from URLs show up blank.
My images are publicly hosted, so it shouldn't be a permissions issue. Here's an example of a hosted image:
https://az620379.vo.msecnd.net/images/Contracts/small_bb363d73-5c1f-4178-8702-7a5a0e26d19e.jpg
Most of the solutions I've seen consist of saving the images to a file and then referencing the filepath (here's one: SSRS - How to show external image based on URL inside column).
Is my problem a firewall issue? If so, how do I find the firewall to make my images show up on the Server?
Right-clicking on where the image should appear shows there is an image there (see below), but when I actually click the link it returns a tiny white square (see second pic).
I'm using Pentaho Report Designer Version: 8.0.0.0-28.
When published, I want the reports to be adjusted to the whole page.
I don't want to be obliged to scroll up and down or right and left to see the whole report.
If you ever took a look at Inventory By Line report in the Steel Wheel directory that's exactly how I want my reports to be, so that it won't be any scrolling.
I can't find this option in the page setup tab.
Any suggestions?
I'm trying to make a report in BIDS (2008) that will include external images. We want to use the report to proof the images & other info before we approve our flyer for printing. I've done a bit of searching, but haven't gotten the help I need yet. The path to the images will be image specific, like "\\NETWORKSERVER\ServerD\Docs\Flyer's Images\Quarterly Flyer\ImageName.png" The URL works fine when I paste it in the search bar of my local pc or the server that has BIDS installed on it, but the report will not display the image. When I add an image to the textbox, how do I set it up so that it displays the image when I run the report? The images are on a different server than the reporting server.
This should be possible but you will just have to format the link correctly and ensure that the execution account for the SSRS server actual has access to that network location.
="file://\\NETWORKSERVER\ServerD\Docs\...\ImageName.jpg"