Most voted "reportviewer" questions
Microsoft Report Viewer is a reporting engine created by Microsoft.
Learn more…78 questions
Sort by count of
-
10
votes2
answers440
viewsExport Reportviewer report to CSV
In the Reportviewer using Winforms, when creating the report I only have the option to export to PDF, Excel and Word and need to add the option to export in CSV.
-
7
votes1
answer1806
viewsReportviewer MVC Core
I am working on a project using ASP.NET MVC Core. I installed all the necessary dependencies for the use, but it does not allow to be used in my application. However, if I create a new MVC5…
-
3
votes2
answers606
viewsNumber of lines per page reporter Viewer c#
I would like to know how to display in the report (reporter Viewer/c#) the number of lines per page and the total amount on all pages of the report.
-
3
votes1
answer695
viewsHow to pass text from textbox to report, with VS 2015, in C#?
I’m creating an app for where I work, which should print some information-based labels that I enter into a form I created. For that, I’m creating a smaller version, to test if everything I want…
-
3
votes1
answer1202
viewsRDLC report in an internal project folder?
I created a system with C# and Winforms and to create my reports I created an internal folder in the project with the name of reports, in this folder I create the RDLC for display in ReportViewer…
-
3
votes0
answers161
viewsGenerating Report with Reportviewer
How is it possible to generate a report of an object and its dependencies in Report Viewer with C#? I have a Car class, where each Car has its Models. I can display a report with the Cars and Models…
-
2
votes1
answer167
viewsHow to position a text inclined in Reportviewer?
There is a way to tilt a word (textbox, or other possible way), in Reportviewer, to stay at 45º (degrees), for example?
-
2
votes1
answer3455
viewsPrint Reportviewer report directly, without preview
I need to send a report directly to the printer, without preview or PDF generation. The problem is that the application is Web Forms and all the solutions I’ve found so far provide support only for…
-
2
votes1
answer241
viewsHow to export Reportviewer to Excel while maintaining field types?
I have a report in Viewreport in VS2010 and when I export to Excel, the default VS button does not maintain the format of the fields. This way I cannot use Excel functions as SUM for example because…
-
2
votes2
answers853
viewsDynamic Report c#
I am preparing a report with the following structure: Well so far everything is set right, I’m using C# Windows Form, using the Reportviewer component to do the report, but when it comes to getting…
-
2
votes1
answer752
viewsPrinting with Reportviewer Asp.Net
Good afternoon, I’d like some help. I am generating an impression by Reportviewer with Visual Studio 2010, the report is generated correctly but the print view does not show the Print button in the…
-
2
votes1
answer949
viewsProject C# Closing Visual Studio
I recently made a Console Application project that saves PDF files with Report Viewer and worked normally. I needed to change the SQL Server that generates these files and changed the directory to…
-
2
votes1
answer838
viewsWindowsforms - C# - Reportviewer - Composite object
Good afternoon, I’m starting to develop reports using Reportviewer for Desktop applications using Windowsforms (C#). I’m having problems with objects composed by others, for example: class Produto {…
-
2
votes1
answer255
viewsAdd the same column by different criteria?
I’m trying to create a report using ReportViewer that makes a SUM in the same column for different criteria. My query works well in Phpmyadmin but in Querybuilder of Reportviewer does not work and…
-
2
votes1
answer466
viewsRemove Report Viewer Edge
I have tried several ways to remove this border that appears in the Viewer report, and I could not at all. Below is part of my code with the properties I added to remove the border:…
-
2
votes2
answers314
viewsDatasource Configuration Error in VS Community 2015 C# + Reportviwer + Mysql
good afternoon. having a tremendous difficulty solving this problem. I am in the distribution phase of an App and exactly today I had a serious problem. Generate a report Using Riportviwer and Mysql…
-
2
votes1
answer398
viewsLoading reportviewer through an object
I am using Report Viewer to do some reports, but I am not able to access some data from my object. instead of making a direct connection to the database I pass a Datatable as a reference, and in…
-
2
votes1
answer158
viewsError generating production report - Reportviewer Version 11
I am working with webforms and generating a report in reportviewer locally, the report accepts parameters and has a dataset // Parametros List<ReportParameter> parametersReport = new…
-
1
votes1
answer656
viewsImage of the database in reportviewer
Hello, I have the following problem: I have a table of Paciente and in it has a field Foto, which is a string with the path of this photo. I need to generate a report with the data of the selected…
-
1
votes0
answers80
viewsReportview - Records per page
I have a DataSet populated with two records and would like to print the first record on one page, the next on a new page, and so on. This is necessary to print badges on a Sp35plus.…
-
1
votes1
answer102
viewsError message when generating report
I’m making a report and it’s giving an error message that I’m not finding a solution. Error: Code Generate button private void btnGerarRelatorio_Click(object sender, EventArgs e) { SqlCommand cmd =…
-
1
votes2
answers1921
viewsCreate Reportviewer in Asp.Net MVC
How to create Reportviewer in Asp.Net Mvc 4 ? The Report is done, just need to create Reportviewer with the options to export pdf, excel and word. Example: <rsweb:ReportViewer ID="ReportViewer1"…
-
1
votes1
answer318
viewsReport Viewer with object dataset
Hello, I’m wanting to assemble a report in Reportviewer but I wanted to use an object as a data source, I saw some articles on the internet but I can’t make Reportviewer find my object to select, it…
-
1
votes0
answers166
viewsHeader and Footer in all reports - Reportviewer
How to put standard header and footer in all Reportviewer reports of my Asp.net application?
-
1
votes0
answers587
viewsReportviewer C# with parameters using Mysql
I’m starting to develop reports in Visual Studio 2013, using C# with Mysql. At the moment, I was able to make a report without parameters, but when I enter parameters in the query, it returns an…
-
1
votes0
answers175
viewsReportviewer Tablix and or Matrix Calculate value from a cell
I would like to know if I could calculate in Repbortviewer Tablix and Matrix a value from a result of another cell. Example: Cellula1 = 1; Cellula2 = 2; Cellula3 = Cellula1 + Cellula2;…
-
1
votes1
answer140
viewsProblem creating Reportviewer in Asp.net mvc
I installed the package "Install-Package Mvcreportviewer" via Package Manager Console and when trying to create Reportviewer gives an error not found the reference. My code: View @using…
-
1
votes1
answer1689
viewsError while running Reportviewer
I put what he asks on the web.config. Web.Config: <system.web> <globalization culture="pt-BR" uiCulture="pt-BR" /> <compilation debug="true" targetFramework="4.5">…
-
1
votes1
answer994
viewsFormat number in reportviewer?
I’m trying to format a number on ReportViewer and I’m not getting it, so I’m trying to use the function Format of TextBox in the ReportViewer. The number is a code and I’m trying to fill it with 3…
-
1
votes0
answers20
viewsmysql code in viewreport
Good evening, I’m trying to create a report, but for example... I have a property table and it has the id, the name and the like... and I have the animal table that is saved in it only the id of the…
-
1
votes1
answer72
viewsReportviewer - Data merges columns when exported to excel
I am generating a report and exporting to excel, using Reportviewer and Dataset. Reportviewer consists of a table and two textbox, that refer to the title and company, and an image. After doing some…
-
1
votes0
answers195
viewsHow to insert a chart as subreport in WPF Report Viewer
I am developing a WPF application and need to insert some charts in a report. I have created two files. RDLC one called Infographic and the other Sub-Fographic. In my subreport I would like to add a…
-
1
votes1
answer857
viewsHow to save the PDF generated by reportviewer to disk at runtime?
I am making a series of reports which I need to generate the PDF and save to the server, for the user to download. I cannot use the mode atatchment and neither inline. Because the user has the…
-
1
votes2
answers908
viewsPrinting windows Forms with direct reportviewer on printer
I have an application made in windows forms and reportviewer, my problem is in printing: I need to print right to the printer without having to open the check box to select the printer How to do…
-
1
votes1
answer507
viewsDifficulty in passing a parameter to a rdlc I have (Oracle)
I am unable to pass a parameter to my report. I have a field called Regulated, referring to the Ind_regulated field. see the code below and how I make this filter? public static void Emitir() {…
-
1
votes1
answer169
viewsVery difficult to mount an update with Linnus
I’ve done some updates with Ingles no problem. but the way my code is, I’m having trouble. What’s the rule: 1) I have a screen where I do some reporting requests. Soon I may have n requests in…
-
1
votes0
answers32
viewsAdding Object-like datasets to Reportviewer
There is another way to add the object-type dataset to create reports in reportviewer? In the examples I see it is possible to select between the options: Database, Service, Object and Sharepoint in…
-
1
votes1
answer292
viewsError Reportviewer 14.0.0.0 Window.$Rsjquery
When you click the button to expand groups in reportview, it keeps clicking forever and gives error in the line below: // error Uncaught TypeError: window.$RSjQuery is not a function if ($) {…
-
1
votes0
answers57
viewsReportviewer does not work on Zure
I have a free account on Zure and the report does not work after uploading the project to the Azure server (on my machine works), the error says the dll is missing: Could not load file or Assembly…
-
1
votes1
answer233
viewsReportviewer does not load in Internet Explorer 11
I’m trying to open a report with the ReportViewer in the Internet Explorer 11 And the same doesn’t open at all. This occurs with the application published on an application server, but when I run…
-
1
votes0
answers214
viewsReportviewer in VS2017 bug
I am using Reportviewer in Visual Studio 2017 to create a report, and everything is fine until I include a parameter. At the moment, I do not know why, the definition of the report changes from:…
reportviewerasked 7 years, 5 months ago Antonio Gomes de Castro Junior 11 -
1
votes0
answers133
viewsReport Viewer only works locally
I developed an ASP.NET WEB FORM application and used Report Viewer for reporting and Mysql. However, when you upload the application to the hosting (Godaddy), Report Viewer does not work. I tried…
-
1
votes1
answer401
viewsReport Viewer Schema 2016
When adding a parameter to a ReportViewer is happening from the version of schema move to 2016, which brings me to the following error when trying to render the report Message: Test method…
-
1
votes0
answers27
viewsDoubt to create Tableadapter with SQL command not supported
I am creating a report in Reportviewer but the SQL command I need to use for Query is not supported by the Tableadapter PIVOT Command. Command Used SELECT Descricao , Codigo , [012017] AS JANEIRO ,…
-
0
votes1
answer879
viewsChange column color (Chart) with values above the limit
I’m making a report for winforms using the Viewer REPORT, in this report I added a column chart. What I need to do is that before loading the report the user can choose what value is good for it,…
-
0
votes2
answers2459
viewsReportview without a dataset
I am finishing my TCC and I have a question regarding the Reports with the ReportView from Visual Studio 2013. I will explain basically how my application works. The connection to the database is…
c# sql-server visual-studio-2013 crystal-reports reportviewerasked 10 years, 1 month ago Ariel Cardoso 23 -
0
votes0
answers530
viewsRemove white space reportviewer
have a ReportViewer that conceals the TextBox if empty, but by hiding the blank in the report. The TextBox are positioned vertically then when any of this hide there is a gap between them. Someone…
-
0
votes1
answer548
viewsHow to print a RDLC report on Asp.net
I have the rdlc created, and have a page aspx that has a print button, when clicking on print I want to call the rdlc I have created for printing. How do I?
-
0
votes0
answers46
viewsReportviewer design in Asp.net MVC
I have a page where I need to insert only the Reportviewer design into the View and assign the report ready for this Reportviewer How can I do that ?
-
0
votes1
answer931
viewsWhere can I find Microsoft.Reporting.Webforms.Reportviewer dll?
Where can I find a dll Microsoft.Reporting.WebForms.ReportViewer ? I need to use in a project and I can’t find it.