If you became a customer of the Syncfusion� Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion� Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion�.

For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion� for its reporting solutions. Our team will be happy to assist you with any questions you may have.

Thank you for choosing Syncfusion� for your reporting needs.

Bold report viewer horizontal scroll issue

I am using bold report viewer with asp.net MVC. With the large report (about 18 columns in RDLC table) last few columns are not scrolling. It should scroll at the right to show a few more columns. My code is:
<div class="card card-custom bg-gray-100 gutter-b card-stretch card-shadowless">
    <div class="card-body">
        <div style="min-height: 800px;width: 100%;">
            @(Html.Bold().ReportViewer("ReportViewer")
                .AjaxBeforeLoad("ajaxBeforeLoad")
                .ProcessingMode(BoldReports.ReportViewerEnums.ProcessingMode.Local)
                .ReportPath("~/Resources/MonthlyPerformance/MonthlyPerformance.rdlc")
                .ReportServiceUrl("/api/MonthlyPerformanceReportViewer")
                .ToolbarSettings(toolbar => toolbar.Items(BoldReports.ReportViewerEnums.ToolbarItems.All & ~BoldReports.ReportViewerEnums.ToolbarItems.Parameters)))
        </div>
    </div>
</div>
Please see the below image.




1 Reply 1 reply marked as answer

MR Manoranjan Rajendran Syncfusion Team October 12, 2020 09:11 AM UTC

 
Hi Abid, 
 
We have validated the reported issue. We were unable to reproduced the issue. Could you please share the issue reproduceable report and its helpful for our validation. We have shared the sample application for your reference could you please check and share the sample in issue reproduceable case. 
 
 
Regards, 
Manoranjan R 


Marked as answer
Loader.
Up arrow icon