SSRS does not display data when deployed - reporting-services

This is the display after I uploaded the report. Only the headers are showing up. Everything worked locally

Related

SSRS Report Viewer Unable to Pass Credentials to Report Server from Hyperlink

We have a 3-rd party (like a portal) hosting our SSRS Report Viewer inside an iFrame. The source of the iFrame is an ASP.NET web form page with the Report Viewer control. We pass the credentials to the Report Viewer from the code behind and everything works fine. Reports render in the viewer and the aspx page is running on an HTTPS site.
The report developer placed a hyperlink on a report that opens an non-HTTP url to the Report Sever that is supposed to download an Excel file. But the Report Server is behind a DMZ (actually running as a Windows Service and not IIS) and prompts users for credentials and only downloads the Excel file when the Report Server credentials (same ones used by the Report Viewer) are entered. This sounds like a double-hop issue.
Anybody trying to browse to the URL manually also get a prompt until they are authenticated because the SSRS is not in our domain.
TL;DR;
Is there anyway to pass the credentials of the Report Server from within a hyperlink inside the Report Viewer?
Functions as designed. Reports Developer did not really understand implementation details and found a work around.

Reports are blank when opened from Reports Server

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.

Why is my SSRS report not appearing in my browser?

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.

SSRS drill down report not displaying in report viewer

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.

SSRS report did not show two chart images until I refresh the browser

I have a SSRS report that has a two chart images. After I moved the report from an old server(A server) to a new server(B server). The two chart images in the report didn't show until I refresh the browser.And after I refresh the browser, the two images both work fine.
The charts in the report both use the same shared data sources MyTest.rds. MyTest.rds is on another server(C server). And I just copy all the project in the old server to the new server and deploy it in the new server(B).
And now both A server and B server are work in the same Local Area Network(LNA).
Need I change anything else?
They have the same rd:DataSourceID, does it impact?
And when I click the chart image url, it will show
ASP.NET session has expired or could not be found
Goto your image properties and check the URL. When the first time report loads it cannot find image in the location (URL) specified. Either update the URL or save the images to the location where your URL is referring to.
When you refresh the browser RS looks for the images in the same folder where the report exists. If the images exists then it will show the image