Most voted "report" questions
Tag used to refer to reports in general (in files, in the internal content of a web page, etc).
Learn more…135 questions
Sort by count of
-
8
votes1
answer270
viewsPrinting with path name saved in a table
I created a table called Funcionarios where I have at least 2 fields: ID and caminho_impressao. Where I put it for example: C: User Users1 Documents\ C: User Users2 Documents\ Then I tried to print…
-
8
votes4
answers2691
viewsReports with Asp.Net MVC
Hello, I would like to know some options of reports with Asp.Net MVC. I tried to use Reportviewer but it gets typed with the bank and not to use with objects. Would anyone have any suggestions?…
-
7
votes1
answer1357
viewsProblem placing multiple data from a list in a report
Good morning guys, this is a somewhat complicated question to explain, so I will do my best to make the question clear. I have a list <UnimedLote>. In this list I have several data, among…
-
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…
-
6
votes1
answer5010
viewsHow do Bematech printer cut the print in half?
I am implementing a report in Report Builder in Delphi and I need that in the middle of printing, the printer (Bematech - MP 4200 TH non fiscal printer) make a cut and continue in the same print.…
-
4
votes1
answer640
viewsFilter certain elements of an XML
I have the following weather forecast report generated by a third-party API: http://api.openweathermap.org/data/2.5/forecast?q=qTubar%C3%A3o,br&mode=xml If you repair the structure well we have…
-
4
votes2
answers314
viewsJasper Reports 5 to 6 Obsolete methods
I created some relays through the TIBCO Jaspersoft® Studio - Visual Designer for JasperReports and I am using the lib below in my project. <dependency>…
-
4
votes1
answer647
viewsProblems authenticating to Report Service 2014 server via C# MVC5 application
I’m having a problem connecting to the Report Service 2014 server via C# of an MVC4 project: Setting: A Server Report Service 2014 has been installed that will have numerous reports, due to the…
-
4
votes1
answer738
viewsPass List to a sub report and call it in main report
Guys I have a method that generates a pdf report in a certain directory, now arose the need to use a sub report, but I’m having difficulty understanding how to pass a List as the data source for…
-
3
votes3
answers2057
viewsHow to format textfield with bold in Ireport?
I used the toolbar and applied the bold for the fields, which visually changed, as can be noticed in the image, but in the generated pdf the formatting is not displayed. I am using version 4.0.1 of…
-
3
votes2
answers2435
viewsGenerate reports in c#
someone can tell me a free report generator for .Net. For example, in Java I know Jasper who is very good, but for . net I’m not finding anything. What I need is a simple report, looking at a table…
-
3
votes1
answer3066
viewsUI for PHP report design
I’ve used Crystal Reports a lot to visually create my reports based on database queries. It was very easy to group repeated information in the query. I have been looking for software or PHP…
-
3
votes0
answers190
viewsHow to merge Cellula in Reporting Services
Olá Pessoal, I need a help with a situation in Reporting Services. I need to merge cells into data in Reporting Services as shown in the image below, i.e. image 1 is my current scenario and image 2…
-
3
votes1
answer454
viewsJava program does not find the Jasper report path
I made a small program in java to generate budget reports, I used for both Jasper Ireport, made, tested, generated the budgets all running on my computer. When I installed it on a friend’s computer…
-
3
votes1
answer774
viewsPrint coil style on Rlreport
I developed a coupon-style report, where I have the header and items of my note. RLReport - PageSetup: Orientation : poPortrait PaperHeight : 220 PaperSize : fpCustom PaperWidht : 80 In my Rlreport…
-
2
votes1
answer134
viewsProperty of Tablix in Report Builder 3.0
I wonder if there is any property in Tablix that let me know if the field is in the state expanded or collapsed? I’m wanting to display some information in a column only if the left field is…
-
2
votes4
answers6235
viewsInserting image with Jasperreport via parameters
I am learning a little about Jasper/ireport and am having some problems generating a report with an image. I followed some tutorials that I found on the Internet but I’m making a mistake that I’m…
-
2
votes1
answer457
viewsInsert sub-total per page into a RDLC Report (.NET) table
I need to insert cumulative sub-total on each page of my RDLC report. NET, I am using a table to allocate all the values of the fields and their summations. The great difficulty is to insert the…
-
2
votes1
answer1354
viewsText break in Windows Reporting (RDLC) column
I have a report that has the structure below: And almost everything works properly. But when the answer text of a question is too large (there is no character limit) the entire line (of the report)…
-
2
votes0
answers134
viewsiReport Report with postgresql image oid
I’m building a report using iReport Designer, when I click "preview" the report is displayed correctly. I am now wanting to display some images that are in the database (PostgreSQL), the images are…
-
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
answer780
viewsExport report to PDF
Use the pReport of the extinct VTK Tools as a report generator in the Delphi XE7. It does not have native export to PDF. Today, I export to PDF calling a virtual printer with parameters. But I don’t…
-
2
votes1
answer990
viewsLines with alternating colors
I’m putting together a report using Jaspersoft Studio to display a list of system calls. This list has 3 columns, with the number of the call, the title and its creation date. What I need is that…
-
2
votes0
answers964
viewsWatermark (Watermark) on ASP.NET MVC PDF rotary
Hello, I’m having trouble adding a watermark in a report generated with rotary pdf. This report has a header, which repeats on all pages and a footer that also repeats on all pages, now I want to…
-
2
votes0
answers122
viewsDelphi Rlanglelabel lose quality
Does anyone use Fortesreport’s Rlanglelabel? This component loses quality in the printing, what is circulating is using the Rlanglelabel, as we can notice it loses quality. Does anyone know if there…
-
2
votes2
answers232
viewsHow to Suggest Name when Saving Crystal Report
Does anyone know how to suggest name when saving Crystal Report C#, in the dialog box, windows form? The format already managed to restrict...: crystalRVEditoraNomeComeca.AllowedExportFormats =…
-
2
votes2
answers860
viewsHow to create a report in Sql Server with information by date
I am created a system for output management, one of my tables stores the output history information, it has the following columns, IDpedido, DataDoPedido CodProduto, QuantidadeProduto CustoProduto…
-
2
votes2
answers548
viewsRows in Columns (SQL)
I’ve been thinking for a few days about how to make a select less verbose, turning rows into columns. Today I have it that way: (SELECT s.code_sample FROM app_sample s WHERE s.id_analysis = a.id AND…
-
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
votes3
answers3588
viewsHow to store more than one value in an "SQL variable"?
I work with a system that has a very limited report. The reports are basically restricted to one sql query. I need to present in a report a query that, in my query, is being informed by the user a…
-
1
votes2
answers1602
viewsSub report does not appear when running from within the system
Already search in various places, sites and the like and do not find a way the sub report appears when running the program. Follow the codes, if you need anything else, let me know. Leading <?xml…
-
1
votes2
answers957
viewsLoading a report in Web Forms
I intend to generate some reports in my application and I am using Crystal Reports. The Report itself is correct but I can’t load it on my page (.aspx). Follow the Load event code of my application:…
-
1
votes0
answers81
viewsError "Assert: Shift is not as expected" when creating report
I created a report in Pentaho Report Designer. There are 13 pizza charts in a row, just changing the query from one to the other. When I added graph number 11 and went to visualize, I got the error…
-
1
votes1
answer1427
viewsMaster Detail Fast Reports
I have a report in Fast Report of notes and duplicates / boletos. On date I have 2 DbxQuery, note and boletos. In the boletos I put the master as notes, and used as a filter in the boletos the…
-
1
votes1
answer2703
views -
1
votes1
answer2414
viewsHow do I group Groupheader over more than one field?
I am making a report in Fastreport that returns demonstrates the following fields: codigo cliente nome cliente data do atendimento codigo atendente nome Atendente codigo atendimento motivo do…
-
1
votes0
answers225
viewsJasper report does not update data
Good night, you guys, I’m having a bit of a frustrating problem. I have an employee report in the system that works fine. Brings the data all correctly. However, when I register a new employee and I…
-
1
votes1
answer123
viewsIs there any way to give the columns an automatic width?
I’m assembling a report via Itextsharp and have read about how to assign specific widths to Pdfptable columns, however I would like this width to be automatically assigned according to the content…
-
1
votes1
answer1470
viewsReporting Error Jasperreport + Netbeans net.sf.jasperreports.engine.Jrexception: java.net.Malformedurlexception
Good morning, I’m trying to generate a report just doing the design in ireport, then put the . jrxml in netbeans and I try to compile there, then when it comes time to get the report path it…
-
1
votes1
answer252
viewsGenerate a report using thread in the background
I want to generate a report, but I want the system to be free for the user to do other activities while there is no report return. For this I am using thread, only when I close the form is giving…
-
1
votes0
answers50
viewsInsert Background via URL into BIRT REPORT
i am doing a report on BIRT REPORT and need the background of my report to be a dynamic watermark via URL, someone can help me?
-
1
votes1
answer196
viewsReport from Dataset created in a Class
How do I create a Visual Studio 2013 Report from a Datatable (or Dataset) created in a method? When searching for the Report.rdlc data source I refer to the class where Datatable is created, but it…
-
1
votes2
answers336
viewsCreation of ASP NET MVC reports
I need to create multiple reports on my system to display the data on the screen and have export options to Excel and PDF, where do I start? there’s some component that helps me with this?…
-
1
votes1
answer705
viewsIreport - Sub report with same main datasource
I’m developing a relatório and it has a subrelatorio that must have the same DATA SOURCE of relatório main, for this the dataSourceExpression of subreport was as follows:…
-
1
votes1
answer1085
viewsFastreport error designer
I want to create a report generator on my system, allowing the user to customize the layout of the report. I need to save these reports on banco de dados so that it is accessible to all computers in…
-
1
votes1
answer337
viewswkHtmlToPdf - Header and footer on all pages
I’m trying to generate a "report" using Rotary, but I’m having difficulty to repeat the header and footer on all pages: This is the outline of what I’ve done: Controller using System; using…
-
1
votes0
answers84
viewsJasper parameter is not passing the value to the query
The data set is configured and the parameters are also inside the application, but it is not working or inside the "emulator" of Jasper. The field asks for the value, after placing it it executes…
-
1
votes0
answers196
viewsError while generating report
I have an app JavaFX where I have a button that generates reports. But when I try to generate the report this error happens: Exception in thread "JavaFX Application Thread"…
-
1
votes0
answers67
viewsHow do I pass an object value with itext
I have the following code fragment: Document doc = new Document(PageSize.A4.rotate()); while(iteratorRow.hasNext()){ Object valorCelulaRow = iteratorRow.next(); if ( valorCelulaRow != null ) {…
-
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;…