Questions tagged as 'crystal-reports'

1
answer

Dynamic grouping on report

I currently have several reports in my system, and the same report can have several groupings, ie it is exactly the same, but it has a grouping by another type of field and most of the time this other field is of a date type different. The ex...
asked by 15.10.2015 / 22:16
1
answer

Property with List of Objects in Crystal Reports

I have the following classes: public class objeto1 { public string Descricao {get;set;} public List<objeto2> Objeto2 {get;set} } public class objeto2 { public string Descricao {get;set} public decimal Valor {get;set} } I'...
asked by 18.08.2015 / 19:25
1
answer

My Crystal Report always appears blank

I use Visual Studio 2012 Ultimate and the latest version of Crystal Reports. But every time I run the page, even the localhost report is blank. By viewing the source code of the page I can see all the information about it. It just does not th...
asked by 30.06.2015 / 16:28
0
answers

Shared variable in the same section - Crystal Reports

Is there a way to use Shared Var in the same section of the Main Report where the Sub Report is?     
asked by 26.02.2015 / 15:56
1
answer

Application with Crystal Reports does not find Database on the client

I made a small application that uses Crystal Reports to generate reports. I made the .EXE of it with InstalShield LE, installed it in my PC and it turned beauty. However, when I install on another machine, the application does not find the Da...
asked by 05.01.2015 / 17:52
2
answers

Poor field formatting when exporting Crystar report report to PDF

I made a map using crystal reports and when exporting it to PDF the description column text is poorly formatted including more spaces, as you can see in the following screenshots. BeforeexportingtoPDF. After exporting to PDF. Does an...
asked by 14.08.2018 / 11:30
1
answer

Page header in section details in Crystal Reports

Good morning everyone! I created a commission report with Crystal Reports in Visual Studio with date filtering. Each month, individual commissions are sent to sellers in the period. To open the seller details, simply double-click on your grou...
asked by 13.01.2015 / 11:35
1
answer

The VFA map is printed without data

I made changes to the map used to print VFA by adding the Movimentos table to see the vendor's CBL account in the headers. And when the record of a VFA does not create a record in the Movimentos table of the database the map is pri...
asked by 01.08.2018 / 15:13
1
answer

How to generate PDF with Crystal Reports and send it by email?

I am making an application where I have to generate a report with Crystal Reports and send it by email. Would anyone have some way to do this? Sending and generating reports are already working, but I'm not able to convert and send them to email...
asked by 10.08.2015 / 22:46
1
answer

Sum by date in Crystal Reports

How do I use the SUM function in a period specified in the? For example: SUM(Relatorio.Faturamento, DATE(2015,01,01) to {?DataFinal})     
asked by 16.01.2015 / 17:37