Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [reportviewer]

The Microsoft ReportViewer control enables web and client applications that run on the .NET Framework to display reports designed using SQL Server Reporting Services (SSRS).

0 votes
0 answers
38 views

calculations in expression for value in Report Viewer/Rdlc but Result do not match in VB.NET

I'm Trying to calculations in expression for value in Report Viewer/Rdlc but Result do not match in VB.NET is there anything wrong with my code, please guide me or something is wrong in the expression ...
dlaksmi's user avatar
  • 47
1 vote
0 answers
22 views

How to view Cristal Reports files

How can I view a report created in Cristal Reports. Is there an open source alternative to view .rpt files and export to PDF or XLS formats. I've researched a few open source viewers, but I don't know ...
Wendel Tadeu's user avatar
0 votes
0 answers
40 views

Dataset Problem "You Have a usable connection already"

I'm using VS 19 Professional. I'm having problems with my Data Set. Until one day it worked normally but that's no longer the case. I'm using mysql-connector-net-6.9.8 and mysql-for-visualstudio-1.2....
Guilherme Maia's user avatar
0 votes
0 answers
23 views

how to create a total multi group row in RDCL/Report Viewer in VB.NET

I'm Trying to create a total multi group row in RDCL/Report Viewer in VB.NET Please guide me Thanks Code in FORM1 Imports System.Data.OleDb Imports Dapper Public Class Form1 Private Function ...
Tam88's user avatar
  • 71
0 votes
0 answers
52 views

Report Viewer Configuration Error when using NGINX proxy_pass to IIS 10 server

I have create a ASP.net webform with a reportview control. Tested this on the IIS server and working 100%. I then, on our linux box changed the NGINX config, added a proxy_pass pointing to the IIS ...
Charlie's user avatar
  • 11
1 vote
1 answer
178 views

Issue adding a data source with Microsoft RDLC Report Designer in a C# WinForms app under .Net 8.0

I am trying to add some basic reporting into a .Net 8.0 C# WinForms app using the Microsoft RDLC Report Designer and the ReportViewerCore.WinForms nuget package, and have found myself running into a ...
Ed B's user avatar
  • 786
0 votes
0 answers
104 views

How to improve performance of Reportviewer ASP.NET Webforms using C#?

I have a ReportViewer that is extremely slow, it renders about 1000 rows in 13 minutes. I searched a lot and find this solution to add <trust legacyCasModel="true" level="Full> ...
Sara M's user avatar
  • 1
0 votes
0 answers
27 views

Is it possible to render pdf to report viewer winforms?

From the question above, I am trying to render a pdf file using my customize report viewer. Is it possible to render a pdf without installing from any 3rd party? In the meantime I use webbrowser ...
Bubbles's user avatar
  • 107
0 votes
0 answers
25 views

can not navigate to second page in rdlc

I have a Rdlc report in visual studio 2022 which is designed in Microsoft report builder. The data should be viewed in 2 pages, the data exist. if I remove page break of the section, it shows all data ...
nnmmss's user avatar
  • 2,902
1 vote
0 answers
22 views

Getting Browser not supported for Report Viewer - Visual studio 2019

I am creating webforms for Report Viewer of my SSRS, with Visual studio 2019 and .net framework 4.8 version. In default.aspx I have given meta http-equiv="X-UA-Compatible" content="IE=...
Venkata's user avatar
  • 11
0 votes
0 answers
33 views

Problem with loading rdlc in report viewer

Im using a. Net framework 4.7.2 winform app in vs2022. I have installed necessary extension and packeges on my project and created a rdlc report to be shown in report viewer but it seems report viewer ...
Bahram Jalavandy's user avatar
1 vote
0 answers
363 views

Report Viewer in .NET8 to windows form application

I have a project in C#, with .NET 4 to windows form application. This project has a report made in Report Viewer. I want to convert the project to c# . NET8. However, the report viewer report has ...
fnmoura's user avatar
  • 11
0 votes
0 answers
14 views

Changing the text of the paragraph generated by Report Viewer

I have a Web Application in C# that's generating PDFs from rdlc files in ReportViewer. When user click on the print button in the ReportViewer, the generated PDF will be downloaded. Thats working ...
GGWP's user avatar
  • 1
0 votes
1 answer
38 views

SSRS Export from Report Viewer mangles report (Excel, Word, PDF, etc)

I am having a problem with a report export from the report viewer. My report has two tablixes (?tabli?), each fed from same dataset. One reports on the first half the row (first 4+3 columns), the ...
ARLibertarian's user avatar
0 votes
0 answers
51 views

Could not load file or assembly 'microsoft.reportviewer.common (VS2022)

68 I am trying to use the report viewer in . However, when my page containing the report viewer is loaded, it shows the following error: Could not load file or assembly 'Microsoft.ReportViewer.Common, ...
TungBK02's user avatar

15 30 50 per page
1
2 3 4 5
157