Questions tagged as 'crystal-reports'

1
answer

Error generating a crystal report report

I am having problems trying to generate a report made in crystal report from C #, this is an image of the error. This is the code I am using to call the report: frmReporteDescuentosFaltanInabima view = new frmReporteDescuentos...
asked by 19.05.2017 / 12:58
1
answer

Problem with Crystal Repots reports when connecting to server

I have a problem wanting to generate reports from a database that is on a server, what happens is that when I perform local tests, I can generate the reports without problems, but when I try to assign it to the "ServerName" parameter in my code...
asked by 27.04.2017 / 18:49
1
answer

Crystal Reports: Conditional Sums

How can you add certain records that meet a dynamic condition? For example, the user with "ID" = 1 of table "Usuario" has three purchases in table "Compras" . This table "Compras" has three fields: ID_Compra ,...
asked by 07.10.2016 / 23:38
1
answer

Because I get DataSet does not support System.Nullable when setting data in Crystal Report?

I get an error with Nullable when I set the data to my Crystal Report As a data engine I use a model, it's the same model that receives the data and I set it to my Crystal Report namespace SistemaControl_API.Models { public class Get_IDD...
asked by 06.08.2016 / 02:36
0
answers

Date format in Crystal Report

I have a paragraph to which I want to concatenate a date but in this format "January 01, 2019". The date already has its corresponding date format Example: "Este es el párrafo" & @Fecha Current result: "Este es el párrafo 01/01/201...
asked by 04.01.2019 / 19:57
0
answers

How can I concatenate data in crystal reports 2010?

Good morning. I was asked to print the number of years and months that a client has been residing in some state, for this I must add the words "years" and "months" or "year" and "month" depending on the case. It's the first time I use Crys...
asked by 27.12.2018 / 02:00
1
answer

Hide objects in report with crystalreport

Hello, I am creating reports in crystal reports using java, but at the request of a client I have the need to hide certain report objects by saying labels or a group, there is some way to hide certain elements of the report or I have to design a...
asked by 08.12.2018 / 00:04
0
answers

Data from 2 Sub-reports appear in a report Main empty Crystal Report + MVC

I am putting together a report that involves inserting 2 linked sub-reports by 3 parameters, my problem persists when I insert 2 sub-reports in my main report, but when I insert only 1 if it shows me when I run my application and export the repo...
asked by 07.12.2018 / 18:02
0
answers

Problems opening a report from C # in Crystal Report

Working in a Windows Forms, Crystal Report 8.5, and SQL Server 2014 desktop application To connect from CR to my database is through ODBC the strange thing is that I have a report that only use a single table and works well if I do not send p...
asked by 16.11.2018 / 13:16
0
answers

Problems loading my Crystal reports

I am trying to generate a report, the way I send the parameters and the connection data are the following Dim variables () As String = New String (3) {} Dim ireport As New ReportDocument() Dim iConnectionInfo As ConnectionInfo = New...
asked by 12.11.2018 / 21:12