Questions tagged as 'reportviewer'

1
answer

ReportViewer does not load in Internet Explorer 11

I'm trying to open a report with ReportViewer on Internet Explorer 11 and it does not open completely. This occurs with the application posted to an application server, but when I run the local report on my development machine with...
asked by 09.01.2017 / 14:09
1
answer

Format number in reportviewer?

I'm trying to format a number in ReportViewer and I'm not getting it, so I'm trying to use the Format function of TextBox in ReportViewer . The number is a code and I'm trying to fill it with 3 leading zeros. I'm tryin...
asked by 24.09.2016 / 20:48
1
answer

Too much trouble putting up an update with linq

I have done some updates with linq without problem. but the way my code is, I'm having trouble. What's the rule: 1) I have a screen where I make some report requests. Soon I can have n requests in progress. 2) These requests, I fill in som...
asked by 10.11.2015 / 11:47
1
answer

Report Viewer with object dataset

Hello, I am trying to create 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 not get ReportViewer to find my object to select, it finds other classes of the project but the my...
asked by 27.10.2015 / 13:18
1
answer

Difficulty in passing a parameter to an rdlc that I have (Oracle)

I can not pass a parameter to my report. I have a field called Regulated, referring to the Ind Regulated field. see the code below and how do I make this filter? public static void Emitir() { //Relatório com Data...
asked by 04.11.2015 / 13:56
1
answer

How to save pdf generated by reportviewer to disk at runtime?

I'm doing a series of reports which I need to generate the PDF and save to the server for the user to download. I can not use atatchment mode and inline mode. Because the user has the option to create multiple reports and download...
asked by 09.11.2015 / 17:16
1
answer

Error message generating report

I'm making a report and giving an error message that I can not find a solution. Error: GeneratebuttoncodeprivatevoidbtnGerarRelatorio_Click(objectsender,EventArgse){SqlCommandcmd=newSqlCommand();SqlDataAdapterda=newSqlDataAdapter();DataSet...
asked by 01.06.2015 / 01:59
1
answer

Database image in reportviewer

Hello, I have the following problem: I have a table of Paciente and it has a Foto field, which is a string with the path of this photo. I need to generate a report with the data of the selected patient and in that report sho...
asked by 26.05.2015 / 15:26
0
answers

Doubt to create TableAdapter with unsupported SQL command

I am creating a report in the ReportViewer however the SQL command I need to use for the Query is not supported by the TableAdapter PIVOT command. Command Used SELECT Descricao , Codigo , [012017] AS JANEIRO , [022017] AS FEV...
asked by 09.07.2018 / 15:01
1
answer

C # Project closing Visual Studio

I recently did a Console Application project that saves PDF files with Report Viewer and worked normally. I needed to change the SQL Server procedure that generates these files and I changed the directory to save these files, so far, nothing,...
asked by 12.12.2017 / 19:33