Questions tagged as 'reportviewer'

1
answer

Report Viewer DLLS Problems

I have an error trying to see a report in an ASP.Net application, the project is already compiled and published on a server. I have all the necessary DLL in the Bin of my folder, and also in the web.config . Error:    Compilati...
asked by 19.01.2017 / 18:19
1
answer

Report Viewer (Sign Interrogation in page)

Good morning, I have a problem with my report viewer, the part of the page (Number of pages that the report has) That question mark appears, how could I remove it? I have the following code on my aspx page <rsweb:ReportViewe...
asked by 17.11.2017 / 14:16
1
answer

How to send more than one query in a reportDataSource.Value for reportviewer?

I have the following code as an example: ReportDataSource reportDataSource = new ReportDataSource(); reportDataSource.Value = query; I currently send a query to .rdlc in a table, but I would like to know how to send more than one query or a...
asked by 26.09.2016 / 03:42
1
answer

The ReportViewer control in VS 2017 is not displayed

I am working with Visual Studio 2017. Add a ReportViewer control to a form and it is not shown on the form itself. I see that the solution adds the necessary references, the control is seen in the outline of the document and I add a lower bar...
asked by 21.08.2017 / 17:52
1
answer

How to add data in an additional row on a table in reportviewer? In C # MVC

For example, I have in reportviewer in a table that I show the following data, grouped by account: But it turns out, that for each account (n accounts), above the row where the name of the account is n °, I want to add a row with a data of...
asked by 25.09.2016 / 03:45
1
answer

reports RDLC in c #

I need to add two RDLC reports in a single control of ReportViewer in pure code, someone knows how to do it, since after I generate a PDF and I want the two reports to have that PDF, I have it now with just one RDLC: ReportViewer viewer = new...
asked by 16.03.2016 / 19:26
1
answer

Error in Chrome when downloading Excel created by ReportViewer

I have the following code in the view: <% using (Html.BeginForm("GeneraReporte", "Libro")) { %> <input id="format" runat="server" name="format" type="hidden" value="xls" /> <input type="image" src="<%:Url.Content("~/I...
asked by 16.09.2016 / 15:51
2
answers

Blank page in ReportViewer

It turns out that I create a report in ReportViewer with data from the database in sql server and I generate it as A4 sheet in horizontal, the issue is that when I put the preview it generates two sheets with one data and another blank , I alrea...
asked by 27.08.2018 / 17:30
1
answer

File path problems when creating the project installer with ClickOnce

I have created an installer for my C # project with clickonce, but I have a problem with my file path, in this case with rdlc files (reportviewer), I declare it as follows: String rutadocumento = (Application.StartupPath).Replace("\bin...
asked by 08.08.2017 / 18:02
1
answer

How to solve infinite load cycle in a report viewer?

I'm trying to create a web report on a .aspx page, the report template is a .rdlc file. When I run the application, I fill out a bar graph with the same Datasource that I use for the report, however my report remains cycled in loading, calling t...
asked by 07.11.2018 / 22:51