tablix columns jagged in dynamics crm report viewer - reporting-services

In Dynamic CRM 2011, I've developed a report that works fine in BIDS and even show data perfectly while extracting to a pdf file but in CRM report viewer its columns jagged towards right. I tried a lot but unable to find the problem.
I need your guidance to resolve the problem.

This post by Microsoft support helped me to resolve this issue.

Related

SSRS Report RDL is not updating in the Dynamics CRM

I have a strange issue..., I was not able to see any updates made to my SSRS Report RDL in the Dynamics CRM, no luck even after changing the parameters and changing the details available in the report table.
After this when deployed to Dynamics CRM, it still shows me the old report, however this does open in my local in visual studio with the appropriate changes made...I am on Dynamics 365 9.0 version online.
Please let me know if there is any hack or trick to overcome this...I am struggling from last one day...couldn't find any proper fix for this online...
Kindly suggest....
Followed the below steps to solve the issue...posting here as it could help someone searching for this...
1.are you sure you are uploading the correct RDL file
2. Clean the VS Solution
3. Reload the project
4. Then rebuild the project in release mode, take the RDL from the release folder.
5. Delete the existing report and reload the one from Release folder and that's it.

Charts and gauges not rendering in Report Viewer

I have a number of SSRS reports that contain various charts and/or gauges. All reports had been displaying the charts and gauges correctly. Now, none of the reports display any chart or gauge; just a blank space where the chart or gauge is supposed to appear. Yet tables in the same reports continue to display correctly.
In between it all working correctly and when the gauges and charts stopped displaying, I had gone into Reporting Services Configuration Manager and into SQL Server Management Studio so I may have inadvertently changed something that has caused the problem. But what? I've spent ages trying to find a cause but no luck.
I have even created an entirely new project and created an entirely new report containing a chart and a table. Same problem - the table displays correctly but there is just a blank space where the chart is supposed to be.
Because it is affecting all reports (even ones that I haven't touched and new ones that I create), it seems as if I have unwittingly changed some setting that is now causing Report Viewer to not display gauges and charts (but continues to display tables).
As I say, it had all been working fine.
Any suggestions as to what could cause this problem across all reports or where to look for the cause of the problem?
Thanks in advance.
I re-installed SQL Server (just ran the installer in repair mode - ie, without uninstalling first) and all the gauges and charts are displaying correctly again. I have no idea what the problem was.

SSRS Rendered in Sharepoint and Export Differences

I have a report that gets pulled and exported through sharepoint. Today I made some changes to one of the reports deployed those changes. Now when I render the report in sharepoint everything looks correct. However when I export the report in CSV format the column names revert to the aliases from the sql query instead of what I put in the designer for them.
Has anyone experienced an issue like this?
Any help is appreciated thanks.
I have seen this issue in the past with XML export. This may help:
Select the column, then open the Properties panel (you can also hit F4 as a shortcut)
Change the DataElementName attribute
Try export to CSV again
You didn't specify which version of SSRS you are using. This is a screenshot in Visual Studio 2010 / SSRS 2012:

Executing an SSRS 2012 report cause the browser not to respond

I am using Dynamics CRM 2013 on premise.
I have built all the reports based on stored procedures in SSRS.
one report however, that has no issue with execution definitions, permissions or what ever,
once executed causes to browser to crash (any browser, i tried FF, Chrome, IE9 and up, )
it seems the problem is not a report execution problem but a report rendering problem for this specific report.
I cannot cache the report or make a snapshot of it, as the values of the reports also depends on the user running the report (among other parameters user-defined) and each user should get a different result. - i have more than 400 users.
I have tried searching for any one who had face this kind of issue and reported on it but failed. hence decided to post this question my self.
if anyone has any idea, please share.
thanks
Have you enabled tracing/logging in SSRS? http://msdn.microsoft.com/en-us/library/ms156500.aspx
You might turn on verbose logging while trying to run the report to see if you can get more helpful information.
If you write code, you can write a .NET application that calls the SSRS web services to render the report. Doing that will help you know for certain whether it's a browser rendering issue since you can get back the report as a byte array and save it to disk as Word, PDF, etc.

Can't see subreport in the Report Manager

I've been following this tutorial (lesson 6) in order to build and deploy a sample report with an embedded subreport which reads its parameters' values from the parent report. This subreport is embedded in one of the group rows of the report's table, and both share the same datasource. Additionally, detail rows appear collapsed until the user presses the (+) button for each group of data in the table.
The report works great when I preview it at the Business Intelligence Development Studio (by the way, SQL 2005 Express edition) but when I deploy it and try to see in the Report Manager, the subreport is not shown. And, if I press the (+) button, the following message appears:
Some parameters or credentials have not been specified
Does anybody has the slightest idea of what I am doing wrong? Why does it works perfectly in the Report Viewer embedded in Visual Studio but not in the Report Manager web app?
Thanks in advance.
Does the subreport use the same Data Source as the parent report? If not, be sure to check the data source of the subreport to make sure it is correct. Check in Report Manager, not your local copy.
I'm beginning to think this could be an issue with the browser. I'm currently using Internet Explorer 8 Beta and I'm also experiencing weird behavior from the Report Manager. I've tried with Google Chrome and Firefox 3 and, although the navigation is not as smooth as I like, the problem seems fixed.
it happens when you use IE8 as a report browser. I faced same issue and when I tested on chrome it worked fine .
This may or may not be related, but I had a similar problem some time ago (except that in my case the reports were accessed through a custom web page) and it turned out we had an older version of the report viewer control (the version that came with Sql 2005 RTM). After upgrading to the latest version the issue went away.