Report viewer issue

I have an SSRS report that is being displayed in a custom asp .net report application through the ReportViewer control (VS2010). The SSRS report renders fine on the Report Server and through Report Manager, but in the Report Application, the column widths
and heights are stretched and expanded, throwing the formatting of the tablix completely off. I believe it's an issue with the tags in the ReportViewer control. Does anyone have any idea at the top of their head as to why this may be occurring? Thank you kindly
in advance for any suggestions.

Hi prathapReddy17,
Based on my research, there are a number of reasons that can cause this issue:
The browser that run the report. We can try to use another browser to run the report check again.
We have set the width and height of ReportViewer Control to 100%. For more details, please see:
http://stackoverflow.com/questions/15578035/ssrs-report-formatting-problems-in-asp-report-application
ASP.NET is probably using a form of CSS implemented through 'master pages' if we are doing the standard ASP.NET creation through VS. Can you turn it off temporarily to troubleshoot or create a page that does not implement the master page and then host the
SSRS through that?
Is this all reports from SSRS or just some of them? The SSRS language is just XML and we may be able to nest a report object in say a rectangle and see if that can trick the front end's markup.
Hope this helps.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • IE11 and Crystal Reports Viewer issue

    We have a Delphi application which launches Crystal Reports through a Java Web Module.  The Delphi application gives users the option to view a single report or multiple reports (Crystal Reports).  In previous versions of IE, everything worked fine.   However, when we launch multiple reports in IE11, the first report loads properly but the other reports do not open the report in the new window.  It opens our home page.  So, first pop-up window shows the report1 without issues.  Other pop-up windows for report2 – reportN, shows our home page instead of the requested report.   Is there a fix for this issue?

    Hi, 
    This is SAP Business one reporting and printing forum.
    Please find correct forum and repost above query to get quick assistance. 
    Please close this thread here with helpful answer. 
    Thanks
    Nithi

  • Crystal Report Viewer issues

    Hi, I'm starting with CR viewer for CR 2008 in VS 2008.
    I have 3 problems. Look like easy problems, buy during the morning, I didn't found any solution.
    3 questions:
    - I want CR viewer  like "dock = fill". viewer size 100% height and 100% width. I set BestFitPage to true and it doesn't work. I set BestFitPage to false, height and width to 100% and it doesn't work.
    - Size of the viewer is the same of the page container. If I change manually size of the page, CR viewer changes too. I don't know how can I do this.
    - When height and/or width of the report is greater than page, vertical scroll bar and/ horizontal scroll bar shows.
    Wher's the tip??
    Thanks.

    Hi,
    Do you see this issue in the CR designer? If so, please post to the Report Design forum:
    SAP Crystal Reports
    Note that if the issue exists in the CR designer, the issue will exist at runtime also and needs to be resolved in the designer 1st.
    Hope this will help!!
    Regards,
    Amit

  • CCX 8.5 Reporting View Issue

    Hi,
    This is regarding historical reporting issue we facing for our contact centre Agents.
    We have a UCCX Cluster with the version 8.5.
    The issue is whenver we try to generate the report we are not able to view the report properly(some pages cannot see at all-Snaps attached) and the agent report are not seems to be accurate.
    For eg: Call duration.The call duration is not accurate at all for some agents.
    The version for the CCX agents are 8.5(1.10).
    Is this problem related to the agent workstation(os related) or is there any patch for this. Appreciate if you could give me an advice please!!!
    Thanks
    John

    Hi Binu John,
    CAD is an inbuild plugin tool which comes with UCCX, do not use the CAD build provided with UCCE for UCCX. They are totally saperate from one another.
    UCCX 8.5SU2  (8.5.1.11002-22) has the CAD version 8.5.1.214.
    To download the CAD from UCCX, navigate to UCCX Admin->Tools->Plug-ins->Cisco Unified CCX Desktop Suites and install it on the supported client boxes.
    Refer the below comp matirx for checking the supported client OS for the respective UCCX, CAD clients.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_compatibility/matrix/crscomtx.pdf
    Hope it helps, please rate the helpful posts by clicking on the stars below the right answers !!
    Thanks,
    Anand

  • Report view Issue

    Hi All,
    I have a report which is taking 5min to run if I check this using compount layout view But If I run the same report using Pivot view its taking ore tahn 15min time to run sometimes its showing runnut error.Why this is happening.. plz help.
    Thanks,
    Sonal

    Are you finding any difference in sql when you tested in pivot?
    set aggregation rule to sum for measures(if applicable), then test..

  • Crystal Report Viewer | Issue Default Exporting to Excel

    hi,
            if any 1 of the column is empty in the report then when exported to the excel the null valued column value is printed by the next column.
    For example if i have  columns such as A,B,C and B has null values, then B is replaced by c.
    Is this a bug?
    Thanks and regards,
    Dhinesh B

    Editable RTF, because of the static nature of header and footer information, has restrictions on field display mapping Crystal page numbering to Word page numbering.
    RTF export does not, since header and footer information is not placed in header and footer, but in the body itself as static text.
    Sincerely,
    Ted Ueda

  • SSRS web based report viewer control rendering issues - text getting clipped chopped off

    Hi,
    I am using web based SSRS report viewer control to display SSRS reports in browsers like Chrome, FF, IE, Safari etc. My issue is some text is getting chopped off (clipped) in all cells of some reports. I investigated on my end by analyzing generated HTML
    and I could see a problem in the HTML that report viewer control is generating. But I am afraid to apply any HTML or Javascript hacks at the moment considering we have hundreds of reports.
    You can see in above image how text got chopped off. The problem in HTML (given below) is the text has been wrapped in a div tag with a fixed height. If I remove the height and also padding on parent TD, the text appears properly.
    <td class="A23dfe7c5f99245f2a0db522a22a6035597c" style="HEIGHT:5.00mm;background-color:#d3d3d3;"><div style="HEIGHT:3.24mm;overflow:hidden;"><table lang="en-US" cellspacing="0"
    cellpadding="0" border="0" class="Pd9776e5f7eaf4df696265b8b49d1da39_1_r17"><tbody><tr><td class="A23dfe7c5f99245f2a0db522a22a6035597" style="word-wrap:break-word;white-space:pre-wrap;">MyType11</td></tr></tbody></table></div></td>
    Please let me know if you have faced a similar scenario before.
    Here is link to stackoverflow thread -
    Stackoverflow thread
    Regards
    Murtaza

    Hi Murtaza,
    According to your description, when you display the report with Report Viewer control, the data within the text is cutoff.
    Based on my research, the issue could cause by that Arial Unicode MS font hasn’t been installed on the server where Reporting Services run. Besides, when we use ReportViewer control to render report, we’d  better set
    AsyncRendering="true" in the Report Viewer control. Also please run the IE with compatibility mode. For more information, please refer to similar threads below:
    Data in column getting cut-off in report viewer control
    SSRS Rendering Issues
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Report Viewer control issue in Windows Server 2012 R2

    Hi,
    I have a reporting application (web) and it is using the Microsoft.ReportViewer.WebForms.dll (version 11.0.3366). While deploying I have kept all the Reporting Viewer related dll's into the bin directory and things are working fine in the below combinations.
    1) Windows Server 2008 R2 , SQL Server 2008 R2 SP2
    2) Windows Server 2012 and SQL Server 2012
    Today I have installed the same setup into the Windows Server 2012 R2 (with SqlServer 2012) machine and I am facing the some issue. The Print icon and find/next options are not visible in the Report Viewer . I am not sure what was the cause for this.
    Then  I have installed the Report Viewer 2012 runtime on the Windows Server 2012 R2 machine and things are working fine. So , I am wondering how the same setup worked fine in other two combinations with out installing Report Viewer 2012 runtime.
    Did any one have idea/suggestion on this.
    Thanks in advance!
    Best Regards
    Muthuraja

    Have you verified that the runtime assemblies are not on those servers? Maybe someone else added them. There are numerous other possibilities such as code refactoring that moved these elements from to other assemblies (unlikely) or that there was some other
    difference in your installation that you overlooked. I am glad that you were quickly able to resolve your issue however and may help others if they experience the same problem.
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • Report Viewer icon rendering issue with web controls

    Hi,
    I have a sample application in ASP.NET 2.0 in which if I have a report viewer control in an aspx page and when I try to browse the page the report renders properly with all icons image also. But in the same application I am having a web user control that is having the report viewer control and I have added this control on another page. Now if I try to browse this page the report is rendered properly but the icon images are not displayed rather as 'X' is displayed indicating images are missing.
    Thanks
    Kajal

    It sounds like the CrystalReportViewer control does not "agree" with the .NET control you are embedding it in. Can you be more specific with the exact steps to duplicate this issue? It would be helpful to know what controls you are using.
    Viewing the source code will be helpful in your troubleshooting. You'll also want to review your IIS logs to see what error are popping up there. It could be that the gifs are being searched for in another location. You may need to make a copy of the crystalreportviewerxx directory in a new location.
    Regards,
    David

  • Issue With Report Viewer Version 11 On VS2012 & VS2013

    I create a sample project on VS 2012 @ VS2013 and created a report with some static data . I am trying to print the Report generated through report viewer 2012, but it is throwing the following
    "error An error occurred during printing. (0x80070006)".
    I am trying to test this on Windows 8.0 and Windows 7. It is working perfectly fine on Windows 8 . The issue is only on windows 7.
    Checked “Downloaded Program Files” folder.  All the required files were existed.
    Enabled Active X.
    Please suggest me how i can resolve this issue in Windows7 ?.

    Hi Arc Sam,
    Please find the details information below:
    You can install the control using the RSClientPrint.cab file... You can find this file in your VS installation at "\Microsoft Visual Studio 9.0\ReportViewer\". Below is a link to a related thread
    which may help you:
    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=332145&SiteID=1
    Similar thread below:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0501da39-0a27-4f61-81e0-7c6bb2c5a189/reporting-services-report-viewer-activex-control?forum=sqlreportingservices
    Regards,
    Swallow

  • SharePoint Report Viewer Web Part Parameter Issue

    I'm using the SharePoint Report Viewer web part to display a SSRS report that I have created in a library.  Reporting Services is integrated into my SharePoint farm.  The report I am displaying has a single parameter that needs to be set. 
    When I select it and hit "Apply" the "Specify Parameter Values" text disappears, but it doesn't display the report.  If I edit the web part the data loads based on the parameter. 
    I don't know why the apply button is not causing the report to reload. 
    Any ideas?

    If I specify a default, it loads correctly.  When I select a new parameter and hit apply the report no longer works though. 
    I don't think this is a browser issue.  Even if it is my company uses IE, so if it doesn't work for this then it won't work period.
    I'm pretty positive it is an issue with the Reporting Services web part not posting anything when Apply is hit.  Every other case of using the report doesn't have any issues other than when it is in the web part.

  • Safari Browser issue on Mac with crystal report viewer JSP

    Safari Browser issue with crystal report viewer JSP
    This is my configuration:
    Operating System : Mac X
    Browser : Safari Browser 3.1.4
    Crystal Report : XII Release 2
    Application Server : Jboss 4.2.0
    I am using the following code to view the crystal report in jsp.
    <%@ page import="com.crystaldecisions.report.web.viewer.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.application.ReportClientDocument" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.reportsource.IReportSource" %>
    CrystalReportViewer theViewer = null;
    ReportClientDocument document = null;
    IReportSource reportSource = null;
    theViewer = new CrystalReportViewer();
    reportSource = document.getReportSource();
    reportSource.refresh();
    theViewer.setReportSource(reportSource);
    theViewer.setOwnPage(true);
    theViewer.setHasExportButton(true);
    theViewer.setHasPrintButton(true);
    theViewer.setHasRefreshButton(true);
    theViewer.setHasLogo(false);
    theViewer.setEnableParameterPrompt(true);
    theViewer.refresh();
    theViewer.processHttpRequest(request, response, getServletConfig().getServletContext(), null);
    theViewer.dispose();This code is working fine when the browser is IE or Firefox on Mac X.
    But it is giving me error message when the browser is Safari on Mac X.
    If there is no parameter in the report then the error message is:
    Null Totaller
    If there is parameter in the report then the error message is:
    Parameter prompting is not supported
    Please Help.
    Thanks
    Edited by: VINCEJOHNSON on Jul 30, 2008 7:11 AM

    I am having this exact same issue, only on an ASP.NET page. I can print the report, but it does not display at all.

  • Crystal 2008 for VS 2010 - Report formatting issues in viewer (extra space)

    Hello,
    We have a Windows Form application developed in VS 2010 using the Crystal 2008 for VS 2010 runtime. We are having issue with extra spaces in text objects. For example: in a report header we have an object that has text similar to this:
    This report will print a list of all Serial Numbers in the Serial Table that are missing related Serial Meter records.
    When we run it within Crystal 2008 Designer, it looks great; however, when we run it from the Windows Viewer we developed, it looks like this:
    This report will print a list of all Serial Numbers in the Serial Table that are missing related Serial Meter records    .
    The viewer places extra spaces between records and the period (.).  We also noticed it places spaces in phone numbers:
    952 -555-555
    There's an extra space between the 2 and the dash (-).
    One thing we noticed is, if you change the viewer zoom to 98%, then the extra spacing goes away.
    We just upgraded to SP1 for Crystal 2008 for VS 2010 and still the same issue. We are referencing these DLLS: CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.ReportSource, CrystalDecisions.Shared, and CrystalDecisions.Windows.Forms all version are 13.0.2000.0.
    Any help would be great.
    Thank you,
    Tyler

    Hi Tyler,
    I copied the text from your other post into a new report and changed the fonts and previewed in my C# test app and I don't see the problem.
    "We have a Windows App that we just converted to .NET 4.0 and updated the viewer to the Crystal Reports Viewer in VS 2010. When we 952-555-555 open a report that has a large block of static text in paragraphs left-aligned the spacing around punctuation is awful - there's almost a tab's worth of space between the last letter and the period. U.S. looks like US. This happens both with reports that were created in VS2008 and ones that were created in VS2010. It is only a problem in the viewer's display - if we print to a printer or export to PDF the spacing around punctuation is fine. It's also not a problem on our development workstations which are running Windows 7, but is a problem on our test servers which are running Windows 2003 Server. I ran the modules tool and found that the version of usp10.dll does match what the previous thread said it should be and it's coming from the c:\program files\sap businessobjects\crystal reports for .net framework 4.0\common\sap businessobjects enterprise xi 4.0\win32_x86\ folder. On my development machine when I run the modules tool I notice that a second instance of usp10.dll is called which is the version installed with Windows 7. We've tried changing fonts but none of the ones we've tried (originally in Times New Roman, 12, tried Arial, Times and various sizes) have made a difference. We also tried changing the print options with no improvement. The only thing that makes it slightly better is full-alignment but our customer insists that it be left-aligned."
    I threw in the telephone number also you noted in this post.
    I created a new report and copied the text above into a text object and then previewed. I then changed the fonts to various types and I don't see the problem.
    I also used Courier New because it's a fixed font layout, meaning the same letter always uses the same amount of space, and it shows just fine also.
    I've seen issues where the Video driver and screen size can affect the spacing. Usually updating the Video driver or changing your screen resolution resolves the problem.
    What Video Drivers and Monitor are you using?
    And What OS?
    Thank you
    Don

  • SSRS report viewer webpart issues in SharePoint 2013

    Even though SSRS Add in has been installed on both the frontends which are in the same SharePoint 2013 farm, SSRS report viewer web part does not render any reports from one of the servers and on that server it just asks to configure the webpart by giving
    an option to open the tool pane...
    I am really not sure why it is not picking up the report RDL configuration, which is working fine from the other server.
     Any help on this would be really appreciated. 
    Thanks in advance.

    Run the SharePoint Products and Technologies Wizard on this server.  If simply running it does not fix it, remove the server from the farm and then re-join it, using the wizard.
    Stacy Anothersharepointblog.blogspot.com

  • Crystal Reports Viewer Kerning issue

    Hello, I am using the Crystal Reports Viewer and the .NET ReportDocument object to either display a Crystal Report or print it to PDF. I have one paragraph that is a disclaimer and appears in Times New Roman Italics. In this case, the word "of" appears with the letter o and the letter f almost overlapping. This only appears when using the viewer, if I use Crystal Reports to view or export the report, it works fine. If there is a way to upload images or supporting documents, I can provide an example.
    Thanks, Steve

    Hi Ludek,
    - My default printer driver is Adobe PDF, installed with Adobe Acrobat 8 Professional. All reports will be printed to the Adobe Printer (not exported to PDF). I get better results this way.
    - I tried without a printer selected as recommended with no effect.
    - The problem is noticeable in both the viewer and the exported PDF.
    - I have tried both a database field and a static text field. If you want I can create a text field in the report I supply to you that will be identical to the database field, so you can see that it occurs in both cases.
    - Please note that this occurs in italicized text only. I'm using Times New Roman.
    Let me know where I can provide you with the report file.
    Thanks, Steve
    P.S. I'm new to this forum so could you provide me with a link or an explanation on how to award points, what is appropriate, etc...

Maybe you are looking for

  • Cant boot from USB or DVD to install WIN 8.1 ENT

    Hello, Im currently evaluating a Thinkpad tablet 10 at work. The installed OS is atm 8.1 Pro but we have to reinstall with 8.1 Enterprice in order to get everything to work within our network. But this have been more difficult than i thought. Im tota

  • Problem in using the PA characteristic derivation using KEDR transaction

    Hi All,               For one of my requirements i need to update the 'KAUFN'  field in CE1XXX table with the reference document no(Contract number- VGBEL) which is there in VBAK table while createing the sales order using VA01 transaction.  I have i

  • Audio setup / MEDIACENTER theatertek - x-fi elite pro - denon AVC-A1XV receiver - speak

    I read all the various posts and faq... however I do not get it. I would like to see movies with theatertek on my mediacenter (sp/dif out) which has an x-fi elite pro card. I use optical cable to the Denon AVC-AXV receiver. Now I only get the front s

  • N:M Relation Master-Detail

    Dear Jdevelopers, I have a N:M relation and with a query this is working correctly. But how can I insert (by using a LOV) a new record in de detail? E.G. Table: EMP and Table PHONE are connected with EMP_PHONE Table. How can I add an existing Phone N

  • J.D. Edwards OneWorld adapter

    Hi all, We have a requirement to connect JD Edw One world with its respective adapter. No idea how to configure the one world adapter. Please help us by sharing the knowledge and how to connect with the Jd Edwards. Thanks in advance Sundar