Questions tagged as 'reportviewer'

1
answer

show across the width within Reportviewer

how do I occupy Width of the whole page of all my reportviewer that I have run by default I get the whole page I'm working on windows form it shows me this way by default: I want it to come out by default this way    ...
asked by 25.05.2018 / 17:14
0
answers

VB.NET-MYSQL.REPORT - launch report to viewer from a button

I wanted to see if you can help me: I have to generate a report, I am trying to pass a parameter, I have created a dataset, in that dataset a datatable with the query .. in the report I have created the parameter, but when I press the button tha...
asked by 06.05.2018 / 03:16
0
answers

how to Design a Report (mneja series of parameters and call the same dataset) using ReportServices

Regarding the question I will try to explain it with an example. I hope you understand. The report has a parameter session like this: Compania: 625 Fecha Ini: 04/15/2018 Fecha Fin:04/18/2018 Semana: 1 Compania: 625 Fecha Ini: 04/19/2018 Fec...
asked by 04.05.2018 / 03:23
0
answers

How to make an expression of debit and balance in a reportviewer?

Hello in my SQL table I have the fields POSITION and FERTILIZER and I show those records in a reportviewer, and I want to add a column called BALANCE to show me the output. A) Yes: I clarify that the column Balance does not exist in my dat...
asked by 04.04.2018 / 20:17
0
answers

Why is my report viewer "loading"?

Hello, I have a report in vs 2017 and when executing it in the browser it stays stuck, here I leave the code: <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <rsweb:ReportViewer ID="ReportVi...
asked by 29.03.2018 / 19:42
1
answer

Print a Report (ReportViewer) from Code (Without preview)

protected void Page_Load(object sender, EventArgs e) { //aqui muestro mi reporte en la pagina if (!Page.IsPostBack) { using (SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["cn"].ToString())) { SqlComm...
asked by 03.04.2018 / 20:44
0
answers

Problems generating reports with Visual Studio Community 2017

To see if they can solve my problem ... The point is that I am not a programmer but I know something about that, and I was doing an application with Windows Forms. Everything was fine until I decided to make a report on the project, but I can no...
asked by 11.03.2018 / 02:30
0
answers

How to subtract records from the same field in Report Viewer?

The following report, brings the following query: In the report, how can I subtract the amount? When I try to put a TextBox and put it in this way it gives error: = (Fields! MONTO.Value - Fields! MONTO.Value, "dsEstadisticos")    ...
asked by 08.03.2018 / 15:35
1
answer

problem installing Microsoft SQL Server 2014 CLR Types 32bits

before installing reportviewer asks me to install Microsoft SQL Server 2014 CLR Types of 32bits, I have the 64bit that works perfectly on a 64bit machine     
asked by 06.02.2018 / 23:22
0
answers

load selected records (CheckBox) inside DataGridView a report viewer

with this button I am verifying the selected records (Checkbox) within my 'dataGridViewCodigo' and it works normally the question is how to upload it to my report viewer. private void buttonVisualizar_Click(object sender, EventArgs e) {...
asked by 01.02.2018 / 21:29