Questions tagged as 'reportviewer'

1
answer

Add records in a reportviewer

I have a report in visual basic, what I need is that at the end of the page show me the total number of records that exist. I also need you to show me the total of each column (example: The Column reason has X amount)     
asked by 19.06.2017 / 06:14
1
answer

Winforms can not load the file or assembly 'Microsoft.ReportDesigner, version = 10.0.0.0' in VS2010

I have my form that has ReportViewer (version 10.0.0.0) and it is not allowing me to open it in VS2015     
asked by 27.12.2016 / 23:51
1
answer

Group in reportviewer and numbering

I have two drawbacks. The first one is like grouping some rows in my report. This is the report design And this is the result when I generate the report. Here I need to make a way for the two rows that are repeated to group the...
asked by 21.09.2016 / 00:14
0
answers

SSRS How to print all the pages of the reportviewer without going to the next one?

I have a report viewer in a webform.aspx and to avoid showing the preview when printing, add a button to which I added this script: <script type="text/javascript"> function Print() { var report = document.getElementById("<%=...
asked by 15.05.2018 / 19:44
2
answers

Problems in Report Viewer in Visual Studio 2017

until recently I was working with VS2015 and I could create reports with report viewer normally and everything worked normally, now I started working with Visual Studio 2017 and I have problems with the reports, I explain: In case of having a...
asked by 21.09.2017 / 04:14
1
answer

ReportViewer remote data

Good morning. I have a problem with the reports (.RDLC) of my project (ASP.Net MVC), it turns out that I just uploaded it to Azure (App Service). I was working with a local database, which did not have credentials (username, password), wit...
asked by 12.03.2017 / 16:25
0
answers

Can a Subreport be done within another Subreport in reportviewer?

Currently when I'm doing a subreport I pass the data in this way: ........ report.SubreportProcessing += new SubreportProcessingEventHandler(SubreportProcessingEventHandler); ......... void SubreportProcessingEventHandler(object sender...
asked by 14.10.2016 / 17:13
0
answers

In a SQL report in local way to execute the SQL that I have in the dataset instead of having to pass the data

I am investigating the different possibilities of SQL Server Report . I have seen that on the server, when you execute a report , it connects against the string that you connect in the DataSource1 and then executes the stateme...
asked by 12.09.2016 / 16:19
0
answers

How to take the percentages well in report foot teleriks Q3 2013

Very good afternoon, I am trying to create a report in teleriks with the assistant, trying to make a foot, where I show the percentage of projects canceled vs the projects created, the graphic does it well, however it gives me all the 100% value...
asked by 24.04.2016 / 02:45
1
answer

Query that generates exception ReportViewer, Visual Studio 2015, C #, MariaDB10 (SOLVED)

I'm with the following problem, I have an application that is responsible for generating queries through ReportViewer, the application connects to a MariaDB10 Database that handles approximately 19 million records, the data is stored by an exter...
asked by 22.06.2018 / 16:53