Questions tagged as 'report'

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
1
answer

Concatenate data in BIRT

Greetings, Concatenating data in BIRT is actually simple, the data field is placed: Ejm: dataSetRow["IMPUESTO"]+" "+(dataSetRow["PVP"]*dataSetRow["IMPUESTO"])/100 where the use of the + "" + does the concatenation in the BIRT, but if I...
asked by 06.02.2018 / 18:54
1
answer

Eclipse - Reports BIRT - Aggregation

Greetings, if someone works with the Reports for Eclipse BIRT plugin, I have a question about the functionality of Aggregation , its uses are not clear to me, that is to say all its potential. I know that it can be used in a table to add a fi...
asked by 06.02.2018 / 13:37
0
answers

Create a report with .NET Core 2.x from a Microsoft Word template

I need to create a report with .NET Core 2.x using a microsoft word template (.dot). Specifically, what I want to do is, in the Microsoft Word template, design the style (content, font, colors, etc.) and with .NET Core 2.x open that template and...
asked by 29.08.2018 / 17:21
1
answer

add additional pages to report (rdlc)

Hello friends, good morning, I wanted to ask you the following: is it possible to add pages to a report (at design time)? I have to generate a patient file, in which several tables of a database interact, the consultations work, but at the ti...
asked by 17.08.2018 / 16:21
0
answers

CI in Jenkins (form, plsql and reports)

I just left my boss to check how is it possible to do an IC within Jenkins with form, plsql and reports, honestly I have no idea what he is talking about so I would like to see if there is someone here who can help me clarify a bit the panorama...
asked by 26.07.2018 / 19:07
0
answers

Crystal Report: Watermark

I am preparing a report in which you need to have a cross watermark on the report as such. But I had the problem that I can only define one image and send it back to simulate it in the section of the header and footer of the report....
asked by 13.06.2018 / 18:45
0
answers

Generation of MYSQL based reports using PHP

Hello this is my first question in Stackoverflow, as everyone knows now it is quite common to do CRM and billing systems in PHP, someone knows some way of doing reportage using PHP and MYSQL SAP Crystal Report style, the idea is to integrate to...
asked by 19.06.2018 / 20:49
1
answer

Parameter Error Required from a BIRT Report called from Other

The error it presents is this: + org.eclipse.birt.report.service.api.ReportServiceException: Required parameter client is not set. The report when I was testing it locally called your child correctly, but now that the client has been upload...
asked by 16.02.2018 / 15:06
1
answer

Count number of rows by expressing in a report.rdlc?

I would like to know if there is a way to count the number of rows in a report without making sql queries work on asp.net     
asked by 06.10.2017 / 15:26