Report Column headers are not correctly aligning when deployed into ".Net" Web Application
-
Monday, January 21, 2013 7:25 AM
Hi,
I have developed a report, i am deploying it into .Net Web Application. In the SSRS the Report Column headers are displaying while i am scrolling down to the bottom of the report. But, when i deploy this report into Web Application,the report column headers are not displaying in the proper place in one system, and displaying properly in another system. I am Checking in the Internet Explorer.
here the all months are are not displaying in the proper position.
if Any one know how to fix this, please help me.
Nagaraj
- Edited by Nagaraju.Padala Monday, January 21, 2013 7:59 AM
All Replies
-
Wednesday, January 23, 2013 2:56 AMModerator
Hi Nagaraj,
If I understand correctly, the fixed column headers alignment issue occurs when you embed the report in your custom Web Application through ReportViewer control that is running in Remote processing mode. I have tried to reproduce the issue in my test environment, however, everything goes well.
Here are several suggestions for your reference:
- If you use Internet Explorer 9, please check the issue in Compatibility View mode.
- Avoid to merge cells within the tablix, youo can set the border color of the cells instead.
- Keep the ReportViewer control up to date. If you use Visual Studio 2010, make sure you have installed the following updates:
Microsoft Report Viewer 2010 SP1 Redistributable Package
Update for Microsoft Visual Studio 2010 Service Pack 1 Report Viewer (KB2549864)
Hope this helps.
Regards,
Mike Yin
TechNet Community Support -
Wednesday, January 23, 2013 10:45 AM
Hi Mike Yin,
Thanks for your reply, the alignment issue is solved. i got another problem, in the report i have two matrices, first matrix represents summary information(totals) , and below it the second one represents product wise totals and it has more height than first one , so keep scrolling down the column headers are not not displaying. so i checked the check-box "keep column headers visible while scrolling" option.After checking this option the column headers of the second matrix are displaying on the starting of the page (i.e. before the first matrix) rather than in the second matrix. i want to display it in on the top of the second matrix only.
can you help me please.
Nagaraj
-
Sunday, January 27, 2013 4:43 PMModerator
Hi Nagaraj,
Sorry for the delay.
For the issue that the column headers of the second matrix displays on the top of the whole page, I suggest that you place the two matrixes into two rectangles respectively, and then check the issue again. If the issue persists, I suggest that you work around the issue by using a subreport to replace the second matrix, and set the column headers to be visible while scrolling in the subreport.
Hope this helps.
Regards,
Mike Yin
TechNet Community Support- Marked As Answer by Mike YinMicrosoft Contingent Staff, Moderator Wednesday, January 30, 2013 6:16 PM


