Questions tagged as 'crystal-reports'

0
answers

CrystalReport error in ASP and PostgreSql in Windows server 2012

I am developing a web application that has to show a report with CrystalRepor v. 13.0.2000.0 (devoloper version for visual studio 2015). This report in development environment with Windows 7 64bits works perfectly and generates the PDF from the...
asked by 08.02.2018 / 12:21
0
answers

CrystalReportViwer does not show the report

Hi, I'm using CrystalReports in ASP .NET with VS2017 and when I try to visualize the report, this is seen in the html source but not in the browser, someone will guide me ... VB code Browser view: View in the HTML inspector:  ...
asked by 24.01.2018 / 00:34
0
answers

Add a new TextBox in CyrstalReport by code

Good morning, I am trying to insert a new text object to a crystal report outside the application, I have built a system in WPF where I have a textbox in which I want to write what I want to insert in the report and there is also a reportViewer...
asked by 07.06.2017 / 17:57
2
answers

Error when exporting a (.rpt) to (.pdf) in .NET

Dim rutaDB As String = "C:\prueba\Crystal\bdfabrica.mdb" Dim informe As String = "C:\prueba\LisVolOperCliDetalle.rpt" Dim informePDF As String = "C:\prueba\LisVolOperCliDetalle.pdf" Public Sub imprimirInforme() fechaInicio = CDat...
asked by 05.04.2017 / 17:59
0
answers

Error: Crystal Reports - "errorKind"

I have a report made in Crystal Reports. The report works well, but this error appears when generating the report: According to the error message, an error is shown in the formula that I give below: if {registros1.subcartera}= 'CARTA...
asked by 23.02.2017 / 16:33
1
answer

Connecting PosgreSQL 9.3 with Crystal Report in Visual Studio 2015

I can not count the number of hours I've spent invested to solve this problem but there it goes: I have a report in crystal report and I need to connect it to the bbdd PosgreSQL 9.3 but without ODBC, through a connectionstring or whatever, the c...
asked by 10.03.2017 / 13:09
0
answers

Project with Crystal Reports shows Report Viewer without data and in gray

We have a project with which we have been working without problems, we downloaded the most recent version of the project from the Visual Studio Online repository and when joining it to the last changes (merge) it stopped showing us all the repor...
asked by 13.12.2016 / 01:23
2
answers

ASP.NET Report C # Datatable

I need to create a report that is fed with a datatable. Currently my project shows a general balance grid that is fed from a public static datatable that was worked in a class in the code behind C #. This datatable or table contains the da...
asked by 02.09.2016 / 00:45
1
answer

error using CrystalDecisions

In my project I have using CrystalDecisions.CrystalReports.Engine; But this error marks me:    Error 1 The type or namespace name 'CrystalDecisions' could not be   found (are you missing a using directive or an assembly reference?) B...
asked by 21.06.2016 / 01:49
2
answers

how to update a crystal report report in visual basic

I have a customer list report to call the display of the data in the report I use this code: Dim crystalrpt As New ReportDocument() crystalrpt.Load("C:\Users\Samuel Susana\Documents\Visual Studio 2015\Projects\SistemadeventaPOO\Sistema...
asked by 04.08.2017 / 16:04