We have an SSRS report (drill down report) built and it works fine through the browser. However when we open the same report through the report viewer (WPF application - report viewer hosted as windows forms host), the drill-down functionality is not visible. The report is shown without the drill down part.
Thanks
Resolved.
The issue was that the report in print layout format does not display the expanders. On changing the report layout to normal, the expanders were seen and worked as expected.
Related
I am currently using SQL Server 2019.
I read in earlier editions of SSRS that you were not able to embed external web links into a SSRS report, it this still the case?
I currently have 4 separate KPI screen URL's written by our Group IT department and I would like to have all 4 KPI's on one screen so I though I would embed these into one SSRS Report.
Thanks
I read in earlier editions of SSRS that you were not able to embed external web links into a SSRS report, it this still the case?
Where did you read that? It's never been true. There's even a doc page on how to do it: Add a hyperlink to a URL in a paginated report (Report Builder)
I'd like to delete one of my deployed SSRS reports, then recreate it, but I can't. When I click the report's "Manage" ellipsis on the Report Server I get this:
It's weird because the report works fine, both in the Visual Studio preview and after deployment onto the Report Server; I just can't "Manage" the report on the Report Server. How can I delete this report from my Report Server? I have tried deleting the entire folder containing the problematic report, then redeploying all of the reports, datsets, etc. but I still wind up with the same problem with this one report.
I'm really new to BIRT report developer. Right now, I need to get the API from my chart, which was created in a report, and past it to another web page. But, I really don't know how to do that, can anyone help me solve my problem?
I'm using BIRT PRO, and the only code I can get is from the XML source. I have to submit the report next week, so I'm very nervous. I will greatly appreciate for any help.
If you want to view content from the BIRT report in a browser you can do any of the following:
Deploy the BIRT runtime viewer with Tomcat - http://www.thegeekstuff.com/2014/12/deploy-birt-viewer-for-tomcat/.
Download the free F-Type server and put your BIRT report there, then you can use the "interactive viewer" web interface to show the entire report or use the JavaScript API to embed the entire report or just parts of the report in a web page. http://birt.actuate.com/products/birt-ihub-ftype
Run the report from BIRT Designer Professional and export the report as HTML content.
I have created a report project in Visual Studio 2013 and deployed a test report to the local reports server (SSRS 2012).
When I preview the report from visual studio it opens well, but when I try opening it from Report Server URL, I can see the report viewer toolbar but once I click "View Report" it shows "Loading" and then a blank page appears.
I then tried to delete the datasource, datasets and delete any report contents and just keep the title, still a blank page is the only thing that appears
Any idea what could be the problem or things i can try ?
It turned out to be a problem in Chrome browser, trying out Internet Explorer worked fine.
I'm trying to view my SSRS report in a browser. According to this MSDN page, I should see a page that looks like this:
When I load that page on the computer hosting my SSRS report, I get no results at all. My browser looks like:
I am able to preview my report in Visual Studio Business Intelligence Development Studio and the report looks exactly like I'd expect. I can also export the report to a PDF file and it looks fine. What could I be doing wrong with regards to viewing my report in a browser.
It looks like you haven't actually deployed the report to your local Report Server.
You say you're just previewing through BIDS, which is rendering it in BIDS, not the Report Server itself.
Right now your local Report Server has nothing to display; either you don't have the specific rights or there are simply no items to display.
You need to deploy either the individual report or the project to the Report Server.