Questions tagged as 'crystal-reports'

1
answer

How to pass DataGridView to Crystal Report?

I have a GridView in asp.net and I need to click on a print button to generate a report crystal reports with the data of GridView . So I have filled my GridView SqlConnection con = new SqlConnection(ConfigurationManager....
asked by 15.03.2018 / 17:16
1
answer

Tags in Crystal Reports

In my next query I try to show some tags designed in crystal reports . How would you do that according to the AMOUNT of existence that a record has, that is to say if in Quantity = 2, two labels are generated? This code is in the cry...
asked by 16.02.2016 / 05:50
1
answer

Can crystal report generate this format?

I want to generate this format in crystal report in visual studio. Since I need several sections, of repetition, section of text with fields taken from the base, then more repetition and the crystal designer has already defined its sections. Is...
asked by 24.02.2016 / 17:27
2
answers

Crystal Reports Throw "E_NOINTERFACE" when you report.SetDataSource (ds);

Throw the Exception when creating a Report and pass it a Dataset : DataSet ds = new DataSet(); ds.Tables.Add(tabla); tabla.TableName = "tablename"; Rpt.MyRpt reporte = new Rpt.MyRpt(); reporte.SetDataSource(ds); The exception happe...
asked by 16.11.2017 / 20:28
2
answers

CrystalReport on iis server does not work - ASP: NET MVC

Good friends, I inform you that I have a problem with Crystal Report on a server IIS . Before publishing if it works for me, but when I mount it in the Servidor IIS it gives me this error    The system can not find the...
asked by 31.03.2017 / 21:50
0
answers

Is Crystal Reports grautito? [closed]

I must implement a reporting system in two applications, and my idea is to use Crystal Reports Searching, I did not find issues related to the license, and it generates me the doubt, is it free to implement it in my applications? I wou...
asked by 28.09.2018 / 14:36
1
answer

Print Report Copy to Accounting, Copy to Client, Copy to Treasury in Crystal Reports

Hello, I am printing the copies of my report with the following line Docrpt.PrintToPrinter(3, false, 0, 0); );//Imprimo 3 copias but how do I make the 1 copy have a label that says Accounting, Client, Treasury (to say the least), I need...
asked by 21.03.2018 / 18:19
2
answers

Error viewing a report crystal report vs2010 in version vs2012 [closed]

Create a project in c # with reports in crystal report on that occasion with Visual Studio 2010, when trying to open and execute the project in Visual Studio 2012 I do not get the reports !!! Will there be any changes to the code or reference...
asked by 20.09.2016 / 06:24
1
answer

Problems with Crystal Report in Visual Studio 2012

Good hope you can help me, I have problems with the crystal report that installs my visual studio 2012 Ultimate as you can see in the image at the time of adding the crystal report that window comes out and I do not know what could be     
asked by 02.06.2018 / 18:41
1
answer

How to make a report with Crystal Report and Visual Studio 2013 Ultimate?

I need help, I'm making a connection to a SQL-Server 2012 database and visual studio 2013 and I want to make some reports with Cristal report but I do not know how to start, since I've never used that tool!     
asked by 30.10.2016 / 22:54