2,334 questions
0
votes
0
answers
16
views
Tablix inside of a list in RDLC
I am trying to make a rdlc report with this format (each Nave should in a new page)
+-----------------------------------------------------------------------------------+
| List (DataSet: DataSet1, ...
-1
votes
1
answer
57
views
Problem in calculating total of textbox in tablix report (RDLC) with if condition
I am working with RDLC report. I have report design like this below:
and from report design above will display report like this (data source from this report is from MySQL database):
from report ...
0
votes
1
answer
87
views
(WPF) ReportViewer/RDLC report (serius bad performance after use report.render)
I'm working on a WPF application that uses Microsoft.ReportViewer.WinForms to render RDLC reports. Everything works fine visually, but after a report is rendered and displayed, the application suffers ...
0
votes
1
answer
48
views
Report viewer over internet display (an error occurred during local report processing)
I have windows application database created by Visual Studio 2010 with C# and SQL Server 2014. I want to put this windows database application over network and can access over internet to insert data ...
0
votes
0
answers
34
views
exporting rdlc report into multiple word files
I am exporting a RDLC report into word file manually and download it into Downloads Folder of user's profile, but when I click the export button I split it into several files, the problem is that it ...
0
votes
0
answers
27
views
Report Viewer is showing table data outside the table in form
I created Customer Bills form in C# windows forms apps that has print button. On click of Print button the print form opens that contains the ReportViewer1. The data in RDLC is binded to dataset from ...
0
votes
1
answer
224
views
Report viewer tools grayed out in winform application visual studio 2022😢NU1701
I had installed RDLC Report Designer extension. Then I installed RDLC Report Microsoft.ReportingServices.ReportViewerControl.Winforms. But when I tried to find it, it were grayed out. I cant drag it ...
0
votes
1
answer
97
views
I find an error when I try the RDLC report viewer in C# Visual Studio
This is a screenshot of the error that appears when I try the RDLC report viewer in C# Visual studio. What can I do? Please help
enter image description here
I tried to generate reports for the ...
0
votes
0
answers
81
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 ...
0
votes
0
answers
147
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>
...
1
vote
0
answers
52
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=...
0
votes
1
answer
136
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 ...
0
votes
1
answer
161
views
How to set the data source manually and print RDLC reports directly without report viewer control from list in VB.NET
I'm trying to set the data source manually and print RDLC reports directly without report viewer control
from list in VB.NET.
below I am attaching my code may not be perfect please guide me.
Thanks
...
1
vote
0
answers
312
views
How can I change the TargetServerVersion to SQL Server 2008 in Visual Studio 2022? VS not showing solution properties "general" tab
My Microsoft report viewer definition changes from 2008 to 2016, if parameter from toolbox added, as told in this question.
The problem is that Visual Studio doesn't show me the properties to change ...
0
votes
1
answer
112
views
how to solve columns not all appearing in reportviewer/rdlc in VB.NET
I'm trying to solve columns not all appearing in reportviewer/rdlc in VB.NET
I have the code below, but this is still wrong.
is there any other method please guide me
Thanks
Public Class Form2
Dim tps ...
0
votes
1
answer
258
views
how to make the header only appear on the first page in rdlc report/report viewer but the info page header still appears on every page in vb.net
I want to make the header only appear on the first page in rdlc or report viewer but the info page still appears on every page header in vb.net and the result should only be 2 pages because the header ...
0
votes
1
answer
71
views
How to print one design report viewer to produce 3 copies at once with specific headers and footers in vb.net
How to print one design report viewer to produce 3 copies at once with certain headers and footers in vb.net.
Can I implement it with code please guide me.
Can I apply it in one design reportviewer ...
0
votes
1
answer
128
views
vb.net WindForms Reportviewer error: Cannot create a data reader for data set "Orders"
Hi Hope someone can help me with this, I tried lots of posts but can't get it to work. I am using vs 2022, WinForms, visual basic. My reportviewer won't work, this is the error:
This is my vb code:
...
0
votes
1
answer
27
views
Difficulty in displaying a report
I'm developing for the first time in layers (Data, Business, Presentation), before I was doing it directly, now I want to show a report, these are the codes:
//DATA
//================
using System;
...
1
vote
0
answers
2k
views
Using report viewer in .net 7
I am new to .NET Core and need to migrate a reporting code from ASP.NET MVC 5 to ASP.NET Core, but I don't know what to do. I searched for hovers but not good result so please if any one help me it ...
0
votes
1
answer
131
views
Visual studio 2022 convert project from .net to .net(framework)
I want to convert my project in visual studio 2022 from .net to .net (framework), as there are two options for creating windows form application one that supports .net 6 & 7 and some core also.
...
1
vote
1
answer
431
views
How to check ReportViewer configuration to see which type of MIME types are allowed
I am calling SSRS reports in our application using report viewer. But When i used 'X-Content-Type-Options: nosniff' config setting on the application, all the buttons on the report stopped working.
...
0
votes
2
answers
136
views
Microsoft Reporting - Only show footer on particular pages
I'm creating a report that generally has two pages. Each is contained within a Rectangle, and PageBreak values are set on these rectangles to make them appear on separate pages.
Also, the second ...
0
votes
1
answer
221
views
Error Server could not create ASP.reporting_reportvalueprediction_aspx
I am binding RDLC Report viewer in my project but getting this error
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for ...
1
vote
0
answers
42
views
How to add row break in reportviewer
enter image description here
I have a reportviewer , how to generate empty lines as shown in the picture. help me
i tried setting show in visibility but when in case of data more than 1 page the 2nd ...