Questions tagged as 'jasper'

1
answer

DANFE in Jasper - problem with field additional data

I have a DANFE report developed in Jasper and I need the information in the "Additional Data" field printed. However, when the field is overflowed, it does not print the rest of the information on the next page, but it prints the field from the...
asked by 04.01.2016 / 17:49
0
answers

JasperSoft - Date Format

Hello, We have the following version of JasperSoft: <serverInfo> <build>BUILD_DATE_STAMP_BUILD_TIME_STAMP</build> <dateFormatPattern>yyyy-MM-dd</dateFormatPattern> <datetimeFormatPattern>yyyy-MM-...
asked by 17.05.2018 / 13:39
0
answers

JasperserverRestClient

Good evening I'm using JasperserverRestClient to retrieve a jasper server report, but when I try to use ReportExecutionDescriptor it's null. Could anyone help me? RestClientConfiguration configuration = new RestClientConfiguration("https://...
asked by 12.03.2018 / 05:06
1
answer

Place columns only in the Detail field in JasperStudio

I have a report created in JasperStudio, I need only put columns in the Detail field, but when I configure to have two columns in the report, the grouping fields also end up configuring with two columns: Templateyou'dliketohave:     
asked by 20.02.2018 / 21:52
0
answers

For no Jasper Reports

I have a problem as follows: I need to create a table to print, where it will be filled manually, and for that, I need to generate rows according to a number that I will go through per parameter. I need to know how to do this with jasper reports...
asked by 12.10.2017 / 01:29
0
answers

2-way printing Jaspersoft Studio

I have a Report Master that has two Detail Band, with a defined height, which should not be modified. My SubReport also has a "Detail Band" with a JRBeanCollectionDataSource, the parameters are being passed without major problems, BUT, the pa...
asked by 27.09.2017 / 23:18
0
answers

Group at Ireport (JasperStudio)

Good afternoon, For the creation of a report I make two searches, one in each distinct table. After, I create a list only with the data returned from those two. Example: List<Venda> lista = new ArrayList<Venda>(); Collection<...
asked by 30.06.2017 / 18:20
1
answer

Jasper + JSF- java.lang.NullPointerException

I need to generate a report here with Jasper but it is giving error, I did this: Java: public void getRelatorioNotas(List < T > lista) { try { FacesContext facesContext = FacesContext.getCurrentInstance(); Servle...
asked by 06.06.2017 / 01:24
0
answers

jasperserver snapshot error

Good afternoon, I have a problem in my jasper report, trying to run the same one brings me the following error message:    org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException:   No flow execution snapshot co...
asked by 27.02.2017 / 19:51
0
answers

Rotation parameter in Jasper or iReport does not work when exporting to ODS format

Hello My code: <staticText> <reportElement mode="Opaque" x="282" y="0" width="59" height="82" backcolor="#C4C4C4" uuid="8c5029ee-1b1d-41e8-a82f-ef2f879009c0"/> <box> <topPen lineWidth="1.0"/> <leftPen line...
asked by 17.02.2017 / 15:24