Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
16 views

I am trying to make a rdlc report with this format (each Nave should in a new page) +-----------------------------------------------------------------------------------+ | List (DataSet: DataSet1, ...
nnmmss's user avatar
  • 3,052
-1 votes
1 answer
57 views

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 ...
yanuar bob's user avatar
0 votes
1 answer
87 views

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 ...
Baka ino's user avatar
0 votes
1 answer
48 views

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 ...
D.Noori's user avatar
0 votes
0 answers
34 views

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 ...
nnmmss's user avatar
  • 3,052
0 votes
0 answers
27 views

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 ...
loki's user avatar
  • 1
0 votes
1 answer
224 views

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 ...
Sabbir Rahman's user avatar
0 votes
1 answer
97 views

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 ...
Udara Heshan's user avatar
0 votes
0 answers
81 views

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
0 votes
0 answers
147 views

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 Masoud's user avatar
1 vote
0 answers
52 views

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
1 answer
136 views

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
1 answer
161 views

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 ...
user avatar
1 vote
0 answers
312 views

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 ...
Ariel Corte's user avatar
0 votes
1 answer
112 views

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 ...
user avatar
0 votes
1 answer
258 views

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 ...
user avatar
0 votes
1 answer
71 views

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 ...
user avatar
0 votes
1 answer
128 views

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: ...
Wilest's user avatar
  • 1,900
0 votes
1 answer
27 views

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; ...
Franklin Senzano Peña's user avatar
1 vote
0 answers
2k views

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 ...
Fawad's user avatar
  • 46
0 votes
1 answer
131 views

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. ...
MANAN's user avatar
  • 11
1 vote
1 answer
431 views

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. ...
Tiger's user avatar
  • 423
0 votes
2 answers
136 views

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 ...
RunzWitScissors's user avatar
0 votes
1 answer
221 views

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 ...
Arsh's user avatar
  • 1
1 vote
0 answers
42 views

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 ...
tri thien vuong's user avatar

1
2 3 4 5
47