Report Viewer 150.1484.0 having issue with Export

DoveConnieDES-3786 1 Reputation point
2022-04-26T21:37:43.62+00:00

We have just upgraded our report viewer from 8 to 150.1484.0 for a Web forms application.

When we run the report the export drop down list if blending into the report and is hard to see what to select. Is there a way to change the color?

![196670-image.png]1

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,793 questions
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. Joyzhao-MSFT 15,566 Reputation points
    2022-04-27T03:14:10.2+00:00

    Hi @DoveConnieDES-3786 ,
    I also installed Report Viewer 150.1484.0 for the Web Forms application. The default export color is shown below:

    196695-image.png

    When it comes to coding issues, it's beyond my capabilities. You need to seek help from webform experts, please try adding such tags on issue for more help.

    You can also submit the requirement at https://feedback.azure.com/
    If the requirement mentioned by customers for many times, the product team may consider to add this feature in the next version. Your feedback is valuable for us to improve our products and increase the level of service provided.

    Best Regards,
    Joy


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. DoveConnieDES-3786 1 Reputation point
    2022-04-28T19:36:59.923+00:00

    sql-server-reporting-services
    Does anyone have any ideas what could be causing my issue? I would love if the export worked as the sample that Joy provided but it does not.
    this is what I have for the reportviewer. The users are having issues trying to use the export and that is a major function they need to use.

    <rsweb:ReportViewer ID="rvByCompAllCusts" runat="server" Height="100%" PageCountMode="Actual"
    SizeToReportContent="True" Width="100%" BackColor="Gainsboro">
    </rsweb:ReportViewer>


  3. DoveConnieDES-3786 1 Reputation point
    2022-04-29T16:39:06.533+00:00

    I have tried changing the background color to different colors and the issue still happens. We are seeing this in Edge and Chrome. We are not using any other plugins. I upgraded these reports from Report Viewer 8 to 15. I updated the report viewer on each report. This system has around 50 reports are all are doing the same thing. We are running SSRS 2017.

    Thanks

    0 comments No comments

  4. DoveConnieDES-3786 1 Reputation point
    2022-05-02T20:55:55.427+00:00

    @Joyzhao-MSFT Can you send me what your properties looks like for the report viewer?

    0 comments No comments

  5. DoveConnieDES-3786 1 Reputation point
    2022-05-17T21:02:13.58+00:00

    We are still having this issue. The issue happens in Edge and Chrome and even in IE.
    Reports are running on SSRS 2017
    We were using report viewer 8 and recently tried to upgrade to 150.1484.0.
    The reports run as normal, but the export list seems to be hiding behind the report.

    This is what I have for the aspx page that contains the report

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="reportsAR2AFRSBatchSummaryWithDetailToBIScreen.aspx.cs"
    Inherits="ARReports.reportsAR2AFRSBatchSummaryWithDetailToBIScreen" Title="Untitled Page" %>

    <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>

    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
    <title></title>
    </head>
    <body>
    <form id="form1" runat="server">
    <div>
    <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
    <rsweb:ReportViewer ID="rvBatchSummaryWithDetail" runat="server" Height="100%"
    PageCountMode="Actual" SizeToReportContent="True" Width="100%" BackColor="Gainsboro">
    </rsweb:ReportViewer>
    </div>
    </form>
    </body>
    </html>

    0 comments No comments