Reports are not opened properly in SSRS - reporting-services

I deployed reports in my local machine.
My problem is When i opened the reports in google chrome Report in not displayed.
Can any one help me Why its not opened in Google Chrome?
Appreciate any help in resolving this issue.

Are you using Report Manager (Native mode)? If so, Report Manager supports IE only:
if you refer to this link
what you describe sounds like a known issue when using WebKit browsers (Chrome) with Report Manager.
Reference:
SQL 2008 Report Not Showing in Google Chrome.

Related

Sql server reporting service not showing report data

I created a report project in sql server business intelligence developement studio and deployed successfully with sql reporting service url(Webservice url).It work fine but when i browsing my report application through reporting service url and result like this.
This first image report service deployed successfully
when i click report just loading but no report
data
Have you tried using IE?
I think you need Javascript enabled and maybe something else to make SSRS Report Manager work with Chrome.
Apparently other browsers have compatibility issues:
https://msdn.microsoft.com/en-us/library/ms156511.aspx
There is also IE Tab for Chrome to fix some issues:
https://chrome.google.com/webstore/detail/ie-tab/hehijbfgiekmjfkfjpbkbammjbdenadd?hl=en-US
If you want a quick fix for this problem, and if you are browsing using Chrome, you can add the IE Tab in the settings, extensions for chrome and it will render the report as it loads a version of IE and the Report Server will allow the report data to load.

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.

Ms access sub report keeps overlapping, why?

I have an access database with a report that contains several subreport. the problem is that the subreport keeps overlapping. I have used the Can Grow = Yes on all report and nothing works. however, when I'm in print preview the report loads fine but report view is where I'm having the problem. what can i do to fix this? thanks
PS. im using access 2007 and the database format is .mdb
I've found the answer on Microsoft's Website. I needed to install Office 2007 suite Service Pack 2 they have an excel sheet with all the changes under the section Downloadable list of issues that the service pack fixes on this page. :)

SSRS Report Builder in Chrome

Report Builder in SSRS will not open in Chrome, but it will in IE.
Is there any special setup that needs to be done in order to open Report Builder from Chrome?
Google Chrome is not a supported browser for SSRS Report Builder. Only IE, Firefox and Safari are "officially" supported. There have been some who have suggestions for possible workarounds, but I haven't tried any of these.
Update Reporting Services or Repair installation - might be corrupted
Check that Report Builder app actually exists where it is supposed to for ClickOnce install to work.
Try providing a link to access Report Builder directly: /ReportServer/ReportBuilder/ReportBuilder.application
More info can found at these links: MSDN Forums, MSDN Docs & TechNet Forums
Install IE Tab (or similar) extension for Chrome. The extension uses the Internet Explorer engine to render pages in a Chrome tab.
It's also a good way to work around some of the CSS issues you'll see in Chrome with the Report Manager application.

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.