Commit f70c649d49884ead9081c25c7bbfeaf070e222c4
1 parent
45278ab6
Exists in
master
redmine #4115 Correções
Showing
2 changed files
with
322 additions
and
286 deletions
Show diff stats
cit-contratos-web/src/main/resources/reports/relatorioEventoEmpenho.jrxml
... | ... | @@ -233,161 +233,179 @@ $P{dataFinal} != null ? "Até " + new SimpleDateFormat("dd/MM/yyyy").format($P{d |
233 | 233 | </datasetParameter> |
234 | 234 | <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression> |
235 | 235 | </datasetRun> |
236 | - <jr:column width="105" uuid="6c7df2c1-247a-4d29-b49a-cf835ea9fc01"> | |
237 | - <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/> | |
238 | - <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
236 | + <jr:columnGroup width="535" uuid="a397a2c3-785e-47f2-b56a-1ebe4995e9cd"> | |
237 | + <jr:tableFooter height="25" rowSpan="1"> | |
239 | 238 | <staticText> |
240 | - <reportElement x="0" y="0" width="105" height="30" uuid="e6106735-9cb7-4e8e-a3c2-9cdbd675331a"/> | |
241 | - <box padding="5"> | |
242 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
243 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
244 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
245 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
239 | + <reportElement x="0" y="0" width="535" height="25" uuid="42a3dcc5-0c11-4571-bb69-45760bb5733a"> | |
240 | + <printWhenExpression><![CDATA[$F{dataempenho} == null]]></printWhenExpression> | |
241 | + </reportElement> | |
242 | + <box topPadding="2" leftPadding="5" bottomPadding="2"> | |
243 | + <pen lineWidth="1.0"/> | |
244 | + <topPen lineWidth="1.0"/> | |
245 | + <leftPen lineWidth="1.0"/> | |
246 | + <bottomPen lineWidth="1.0"/> | |
247 | + <rightPen lineWidth="1.0"/> | |
246 | 248 | </box> |
247 | - <textElement textAlignment="Center" verticalAlignment="Middle"> | |
248 | - <font size="12" isBold="true"/> | |
249 | - </textElement> | |
250 | - <text><![CDATA[Nº do empenho]]></text> | |
249 | + <textElement verticalAlignment="Middle"/> | |
250 | + <text><![CDATA[Não existem dados para este relatório.]]></text> | |
251 | 251 | </staticText> |
252 | - </jr:columnHeader> | |
253 | - <jr:detailCell height="30" rowSpan="1"> | |
254 | - <textField isBlankWhenNull="true"> | |
255 | - <reportElement x="0" y="0" width="105" height="30" uuid="5f693b8e-9aea-4eb3-9fdc-39601a9f5a50"/> | |
256 | - <box padding="5"> | |
257 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
258 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
259 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
260 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
261 | - </box> | |
262 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
263 | - <textFieldExpression><![CDATA[$F{numeroempenho}]]></textFieldExpression> | |
264 | - </textField> | |
265 | - </jr:detailCell> | |
266 | - </jr:column> | |
267 | - <jr:column width="105" uuid="fccca2ba-f587-4a4a-878c-c4bd0260931e"> | |
268 | - <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column2"/> | |
269 | - <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
270 | - <staticText> | |
271 | - <reportElement x="0" y="0" width="105" height="30" uuid="239910ff-efc4-4da7-bbea-198cfc6487a9"/> | |
272 | - <box padding="5"> | |
273 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
274 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
275 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
276 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
277 | - </box> | |
278 | - <textElement textAlignment="Center" verticalAlignment="Middle"> | |
279 | - <font size="12" isBold="true"/> | |
280 | - </textElement> | |
281 | - <text><![CDATA[Dt do empenho]]></text> | |
282 | - </staticText> | |
283 | - </jr:columnHeader> | |
284 | - <jr:detailCell height="30" rowSpan="1"> | |
285 | - <textField isBlankWhenNull="true"> | |
286 | - <reportElement x="0" y="0" width="105" height="30" uuid="4efd6c53-0d6b-4c98-864f-7296a185a285"/> | |
287 | - <box padding="5"> | |
288 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
289 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
290 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
291 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
292 | - </box> | |
293 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
294 | - <textFieldExpression><![CDATA[new SimpleDateFormat("dd/MM/yyyy").format($F{dataempenho})]]></textFieldExpression> | |
295 | - </textField> | |
296 | - </jr:detailCell> | |
297 | - </jr:column> | |
298 | - <jr:column width="110" uuid="b786a6af-2777-4710-8dd6-48f55e2d4eae"> | |
299 | - <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column3"/> | |
300 | - <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
301 | - <staticText> | |
302 | - <reportElement x="0" y="0" width="110" height="30" uuid="ffd14591-401f-4be0-ba1e-8903b27dae76"/> | |
303 | - <box padding="5"> | |
304 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
305 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
306 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
307 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
308 | - </box> | |
309 | - <textElement textAlignment="Center" verticalAlignment="Middle"> | |
310 | - <font size="12" isBold="true"/> | |
311 | - </textElement> | |
312 | - <text><![CDATA[Finalidade]]></text> | |
313 | - </staticText> | |
314 | - </jr:columnHeader> | |
315 | - <jr:detailCell height="30" rowSpan="1"> | |
316 | - <textField isBlankWhenNull="true"> | |
317 | - <reportElement x="0" y="0" width="110" height="30" uuid="8817772f-afa7-4515-9d8d-71e50fb7e4ef"/> | |
318 | - <box padding="5"> | |
319 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
320 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
321 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
322 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
323 | - </box> | |
324 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
325 | - <textFieldExpression><![CDATA[$F{finalidadeempenho}]]></textFieldExpression> | |
326 | - </textField> | |
327 | - </jr:detailCell> | |
328 | - </jr:column> | |
329 | - <jr:column width="110" uuid="0bcfe885-1bdb-4a0c-a2b2-3c38c0eb331d"> | |
330 | - <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column4"/> | |
331 | - <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
332 | - <staticText> | |
333 | - <reportElement x="0" y="0" width="110" height="30" uuid="1f54f03e-37a0-437b-916b-78717c24673c"/> | |
334 | - <box padding="5"> | |
335 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
336 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
337 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
338 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
339 | - </box> | |
340 | - <textElement textAlignment="Center" verticalAlignment="Middle"> | |
341 | - <font size="12" isBold="true"/> | |
342 | - </textElement> | |
343 | - <text><![CDATA[Categoria econômica]]></text> | |
344 | - </staticText> | |
345 | - </jr:columnHeader> | |
346 | - <jr:detailCell height="30" rowSpan="1"> | |
347 | - <textField isBlankWhenNull="true"> | |
348 | - <reportElement x="0" y="0" width="110" height="30" uuid="1fdf5e79-78d4-4aac-af4c-465d2e0e98fb"/> | |
349 | - <box padding="5"> | |
350 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
351 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
352 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
353 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
354 | - </box> | |
355 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
356 | - <textFieldExpression><![CDATA[$F{categoriaeconomica}]]></textFieldExpression> | |
357 | - </textField> | |
358 | - </jr:detailCell> | |
359 | - </jr:column> | |
360 | - <jr:column width="106" uuid="eebe6f80-b08d-4f95-b204-bae284b6cca8"> | |
361 | - <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column5"/> | |
362 | - <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
363 | - <staticText> | |
364 | - <reportElement x="0" y="0" width="105" height="30" uuid="ab8d621e-50a7-484e-99bd-3c28b015a77e"/> | |
365 | - <box padding="5"> | |
366 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
367 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
368 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
369 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
370 | - </box> | |
371 | - <textElement textAlignment="Center" verticalAlignment="Middle"> | |
372 | - <font size="12" isBold="true"/> | |
373 | - </textElement> | |
374 | - <text><![CDATA[Vlr empenhado]]></text> | |
375 | - </staticText> | |
376 | - </jr:columnHeader> | |
377 | - <jr:detailCell height="30" rowSpan="1"> | |
378 | - <textField pattern="¤#,##0.00;¤-#,##0.00" isBlankWhenNull="true"> | |
379 | - <reportElement x="0" y="0" width="105" height="30" uuid="b1153c35-ce40-4f61-bdc9-584f2b5def50"/> | |
380 | - <box padding="5"> | |
381 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
382 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
383 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
384 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
385 | - </box> | |
386 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
387 | - <textFieldExpression><![CDATA[$F{valorempenhado}]]></textFieldExpression> | |
388 | - </textField> | |
389 | - </jr:detailCell> | |
390 | - </jr:column> | |
252 | + </jr:tableFooter> | |
253 | + <jr:column width="105" uuid="6c7df2c1-247a-4d29-b49a-cf835ea9fc01"> | |
254 | + <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/> | |
255 | + <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
256 | + <staticText> | |
257 | + <reportElement x="0" y="0" width="105" height="30" uuid="e6106735-9cb7-4e8e-a3c2-9cdbd675331a"/> | |
258 | + <box padding="5"> | |
259 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
260 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
261 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
262 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
263 | + </box> | |
264 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
265 | + <font size="12" isBold="true"/> | |
266 | + </textElement> | |
267 | + <text><![CDATA[Nº do empenho]]></text> | |
268 | + </staticText> | |
269 | + </jr:columnHeader> | |
270 | + <jr:detailCell height="30" rowSpan="1"> | |
271 | + <textField isBlankWhenNull="true"> | |
272 | + <reportElement x="0" y="0" width="105" height="30" uuid="5f693b8e-9aea-4eb3-9fdc-39601a9f5a50"/> | |
273 | + <box padding="5"> | |
274 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
275 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
276 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
277 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
278 | + </box> | |
279 | + <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
280 | + <textFieldExpression><![CDATA[$F{numeroempenho}]]></textFieldExpression> | |
281 | + </textField> | |
282 | + </jr:detailCell> | |
283 | + </jr:column> | |
284 | + <jr:column width="105" uuid="fccca2ba-f587-4a4a-878c-c4bd0260931e"> | |
285 | + <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column2"/> | |
286 | + <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
287 | + <staticText> | |
288 | + <reportElement x="0" y="0" width="105" height="30" uuid="239910ff-efc4-4da7-bbea-198cfc6487a9"/> | |
289 | + <box padding="5"> | |
290 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
291 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
292 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
293 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
294 | + </box> | |
295 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
296 | + <font size="12" isBold="true"/> | |
297 | + </textElement> | |
298 | + <text><![CDATA[Dt do empenho]]></text> | |
299 | + </staticText> | |
300 | + </jr:columnHeader> | |
301 | + <jr:detailCell height="30" rowSpan="1"> | |
302 | + <textField isBlankWhenNull="true"> | |
303 | + <reportElement x="0" y="0" width="105" height="30" uuid="4efd6c53-0d6b-4c98-864f-7296a185a285"/> | |
304 | + <box padding="5"> | |
305 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
306 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
307 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
308 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
309 | + </box> | |
310 | + <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
311 | + <textFieldExpression><![CDATA[new SimpleDateFormat("dd/MM/yyyy").format($F{dataempenho})]]></textFieldExpression> | |
312 | + </textField> | |
313 | + </jr:detailCell> | |
314 | + </jr:column> | |
315 | + <jr:column width="110" uuid="b786a6af-2777-4710-8dd6-48f55e2d4eae"> | |
316 | + <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column3"/> | |
317 | + <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
318 | + <staticText> | |
319 | + <reportElement x="0" y="0" width="110" height="30" uuid="ffd14591-401f-4be0-ba1e-8903b27dae76"/> | |
320 | + <box padding="5"> | |
321 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
322 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
323 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
324 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
325 | + </box> | |
326 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
327 | + <font size="12" isBold="true"/> | |
328 | + </textElement> | |
329 | + <text><![CDATA[Finalidade]]></text> | |
330 | + </staticText> | |
331 | + </jr:columnHeader> | |
332 | + <jr:detailCell height="30" rowSpan="1"> | |
333 | + <textField isBlankWhenNull="true"> | |
334 | + <reportElement x="0" y="0" width="110" height="30" uuid="8817772f-afa7-4515-9d8d-71e50fb7e4ef"/> | |
335 | + <box padding="5"> | |
336 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
337 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
338 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
339 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
340 | + </box> | |
341 | + <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
342 | + <textFieldExpression><![CDATA[$F{finalidadeempenho}]]></textFieldExpression> | |
343 | + </textField> | |
344 | + </jr:detailCell> | |
345 | + </jr:column> | |
346 | + <jr:column width="110" uuid="0bcfe885-1bdb-4a0c-a2b2-3c38c0eb331d"> | |
347 | + <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column4"/> | |
348 | + <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
349 | + <staticText> | |
350 | + <reportElement x="0" y="0" width="110" height="30" uuid="1f54f03e-37a0-437b-916b-78717c24673c"/> | |
351 | + <box padding="5"> | |
352 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
353 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
354 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
355 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
356 | + </box> | |
357 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
358 | + <font size="12" isBold="true"/> | |
359 | + </textElement> | |
360 | + <text><![CDATA[Categoria econômica]]></text> | |
361 | + </staticText> | |
362 | + </jr:columnHeader> | |
363 | + <jr:detailCell height="30" rowSpan="1"> | |
364 | + <textField isBlankWhenNull="true"> | |
365 | + <reportElement x="0" y="0" width="110" height="30" uuid="1fdf5e79-78d4-4aac-af4c-465d2e0e98fb"/> | |
366 | + <box padding="5"> | |
367 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
368 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
369 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
370 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
371 | + </box> | |
372 | + <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
373 | + <textFieldExpression><![CDATA[$F{categoriaeconomica}]]></textFieldExpression> | |
374 | + </textField> | |
375 | + </jr:detailCell> | |
376 | + </jr:column> | |
377 | + <jr:column width="105" uuid="eebe6f80-b08d-4f95-b204-bae284b6cca8"> | |
378 | + <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column5"/> | |
379 | + <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
380 | + <staticText> | |
381 | + <reportElement x="0" y="0" width="105" height="30" uuid="ab8d621e-50a7-484e-99bd-3c28b015a77e"/> | |
382 | + <box padding="5"> | |
383 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
384 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
385 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
386 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
387 | + </box> | |
388 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
389 | + <font size="12" isBold="true"/> | |
390 | + </textElement> | |
391 | + <text><![CDATA[Vlr empenhado]]></text> | |
392 | + </staticText> | |
393 | + </jr:columnHeader> | |
394 | + <jr:detailCell height="30" rowSpan="1"> | |
395 | + <textField pattern="¤#,##0.00;¤-#,##0.00" isBlankWhenNull="true"> | |
396 | + <reportElement x="0" y="0" width="105" height="30" uuid="b1153c35-ce40-4f61-bdc9-584f2b5def50"/> | |
397 | + <box padding="5"> | |
398 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
399 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
400 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
401 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
402 | + </box> | |
403 | + <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
404 | + <textFieldExpression><![CDATA[$F{valorempenhado}]]></textFieldExpression> | |
405 | + </textField> | |
406 | + </jr:detailCell> | |
407 | + </jr:column> | |
408 | + </jr:columnGroup> | |
391 | 409 | </jr:table> |
392 | 410 | </componentElement> |
393 | 411 | </band> | ... | ... |
cit-contratos-web/src/main/resources/reports/relatorioEventoNaoConformidade.jrxml
... | ... | @@ -175,7 +175,7 @@ $P{dataFinal} != null ? "Até " + new SimpleDateFormat("dd/MM/yyyy").format($P{d |
175 | 175 | <reportElement x="15" y="40" width="534" height="30" uuid="687f8495-5035-426f-8cde-dfbd8bfae41d"> |
176 | 176 | <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.VerticalRowLayout"/> |
177 | 177 | </reportElement> |
178 | - <jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd"> | |
178 | + <jr:table xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" whenNoDataType="AllSectionsNoDetail"> | |
179 | 179 | <datasetRun subDataset="naoConformidade" uuid="cb840415-cc30-4246-bf34-2ce599102802"> |
180 | 180 | <datasetParameter name="REPORT_CONNECTION"> |
181 | 181 | <datasetParameterExpression><![CDATA[$P{REPORT_CONNECTION}]]></datasetParameterExpression> |
... | ... | @@ -197,165 +197,183 @@ $P{dataFinal} != null ? "Até " + new SimpleDateFormat("dd/MM/yyyy").format($P{d |
197 | 197 | </datasetParameter> |
198 | 198 | <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression> |
199 | 199 | </datasetRun> |
200 | - <jr:column width="90" uuid="407635d7-42da-4179-9431-a025caf11fbd"> | |
201 | - <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/> | |
202 | - <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
203 | - <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
204 | - <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
200 | + <jr:columnGroup width="534" uuid="8141e4dc-ba5d-4c1b-b4c9-7936cb52299e"> | |
201 | + <jr:tableFooter height="25" rowSpan="1"> | |
205 | 202 | <staticText> |
206 | - <reportElement x="0" y="0" width="90" height="30" uuid="1f98eb0c-6f4a-4af7-9425-586f89befa01"/> | |
207 | - <box padding="0"> | |
208 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
209 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
210 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
211 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
203 | + <reportElement x="0" y="0" width="534" height="25" uuid="597d7812-7b9b-44ec-9c2d-e0cecf108a40"> | |
204 | + <printWhenExpression><![CDATA[$F{datanaoconformidade} == null]]></printWhenExpression> | |
205 | + </reportElement> | |
206 | + <box topPadding="2" leftPadding="5" bottomPadding="2"> | |
207 | + <pen lineWidth="1.0"/> | |
208 | + <topPen lineWidth="1.0"/> | |
209 | + <leftPen lineWidth="1.0"/> | |
210 | + <bottomPen lineWidth="1.0"/> | |
211 | + <rightPen lineWidth="1.0"/> | |
212 | 212 | </box> |
213 | - <textElement textAlignment="Center" verticalAlignment="Middle"> | |
214 | - <font isBold="true"/> | |
215 | - </textElement> | |
216 | - <text><![CDATA[Data]]></text> | |
213 | + <textElement verticalAlignment="Middle"/> | |
214 | + <text><![CDATA[Não existem dados para este relatório.]]></text> | |
217 | 215 | </staticText> |
218 | - </jr:columnHeader> | |
219 | - <jr:detailCell style="Table_TD" height="30" rowSpan="1"> | |
220 | - <box padding="0"> | |
221 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
222 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
223 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
224 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
225 | - </box> | |
226 | - <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
227 | - <reportElement x="0" y="0" width="90" height="30" isPrintWhenDetailOverflows="true" uuid="17e1d601-2f4b-4a1f-b380-1494c8286bb0"/> | |
228 | - <box padding="3"> | |
229 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
230 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
231 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
232 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
233 | - </box> | |
234 | - <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
235 | - <textFieldExpression><![CDATA[new SimpleDateFormat("dd/MM/yyyy").format($F{datanaoconformidade})]]></textFieldExpression> | |
236 | - </textField> | |
237 | - </jr:detailCell> | |
238 | - </jr:column> | |
239 | - <jr:column width="100" uuid="0283b8c0-e839-4788-b019-aaece0882599"> | |
240 | - <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column2"/> | |
241 | - <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
242 | - <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
243 | - <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
244 | - <staticText> | |
245 | - <reportElement x="0" y="0" width="100" height="30" uuid="974e758a-8bf7-4952-999f-ce9618f47caa"/> | |
216 | + </jr:tableFooter> | |
217 | + <jr:column width="90" uuid="407635d7-42da-4179-9431-a025caf11fbd"> | |
218 | + <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column1"/> | |
219 | + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
220 | + <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
221 | + <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
222 | + <staticText> | |
223 | + <reportElement x="0" y="0" width="90" height="30" uuid="1f98eb0c-6f4a-4af7-9425-586f89befa01"/> | |
224 | + <box padding="0"> | |
225 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
226 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
227 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
228 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
229 | + </box> | |
230 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
231 | + <font isBold="true"/> | |
232 | + </textElement> | |
233 | + <text><![CDATA[Data]]></text> | |
234 | + </staticText> | |
235 | + </jr:columnHeader> | |
236 | + <jr:detailCell style="Table_TD" height="30" rowSpan="1"> | |
246 | 237 | <box padding="0"> |
247 | 238 | <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
248 | 239 | <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
249 | 240 | <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
250 | 241 | <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
251 | 242 | </box> |
252 | - <textElement textAlignment="Center" verticalAlignment="Middle"> | |
253 | - <font isBold="true"/> | |
254 | - </textElement> | |
255 | - <text><![CDATA[Não conformidade aplicável]]></text> | |
256 | - </staticText> | |
257 | - </jr:columnHeader> | |
258 | - <jr:detailCell style="Table_TD" height="30" rowSpan="1"> | |
259 | - <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
260 | - <box padding="0"> | |
261 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
262 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
263 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
264 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
265 | - </box> | |
266 | - <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
267 | - <reportElement x="0" y="0" width="100" height="30" isPrintWhenDetailOverflows="true" uuid="210d7971-8daf-455b-a85c-321bda7fb0b5"/> | |
268 | - <box padding="3"> | |
269 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
270 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
271 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
272 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
273 | - </box> | |
274 | - <textElement textAlignment="Left" verticalAlignment="Middle"/> | |
275 | - <textFieldExpression><![CDATA[$F{naoconformidadeaplicavel}]]></textFieldExpression> | |
276 | - </textField> | |
277 | - </jr:detailCell> | |
278 | - </jr:column> | |
279 | - <jr:column width="172" uuid="c1974531-3543-43df-aa80-bb50a6da10fe"> | |
280 | - <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column3"/> | |
281 | - <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
282 | - <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
283 | - <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
284 | - <staticText> | |
285 | - <reportElement x="0" y="0" width="172" height="30" uuid="861458cb-d5e8-4899-a0e7-2bfb6a35cfd2"/> | |
243 | + <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
244 | + <reportElement x="0" y="0" width="90" height="30" isPrintWhenDetailOverflows="true" uuid="17e1d601-2f4b-4a1f-b380-1494c8286bb0"/> | |
245 | + <box padding="3"> | |
246 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
247 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
248 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
249 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
250 | + </box> | |
251 | + <textElement textAlignment="Center" verticalAlignment="Middle"/> | |
252 | + <textFieldExpression><![CDATA[new SimpleDateFormat("dd/MM/yyyy").format($F{datanaoconformidade})]]></textFieldExpression> | |
253 | + </textField> | |
254 | + </jr:detailCell> | |
255 | + </jr:column> | |
256 | + <jr:column width="100" uuid="0283b8c0-e839-4788-b019-aaece0882599"> | |
257 | + <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column2"/> | |
258 | + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
259 | + <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
260 | + <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
261 | + <staticText> | |
262 | + <reportElement x="0" y="0" width="100" height="30" uuid="974e758a-8bf7-4952-999f-ce9618f47caa"/> | |
263 | + <box padding="0"> | |
264 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
265 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
266 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
267 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
268 | + </box> | |
269 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
270 | + <font isBold="true"/> | |
271 | + </textElement> | |
272 | + <text><![CDATA[Não conformidade aplicável]]></text> | |
273 | + </staticText> | |
274 | + </jr:columnHeader> | |
275 | + <jr:detailCell style="Table_TD" height="30" rowSpan="1"> | |
276 | + <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
286 | 277 | <box padding="0"> |
287 | 278 | <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
288 | 279 | <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
289 | 280 | <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
290 | 281 | <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
291 | 282 | </box> |
292 | - <textElement textAlignment="Center" verticalAlignment="Middle"> | |
293 | - <font isBold="true"/> | |
294 | - </textElement> | |
295 | - <text><![CDATA[Descrição]]></text> | |
296 | - </staticText> | |
297 | - </jr:columnHeader> | |
298 | - <jr:detailCell style="Table_TD" height="30" rowSpan="1"> | |
299 | - <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
300 | - <box padding="0"> | |
301 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
302 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
303 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
304 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
305 | - </box> | |
306 | - <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
307 | - <reportElement x="0" y="0" width="172" height="30" isPrintWhenDetailOverflows="true" uuid="9fb27778-d8ca-4ca3-8050-afbf4ef71f2e"/> | |
308 | - <box padding="3"> | |
309 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
310 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
311 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
312 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
313 | - </box> | |
314 | - <textElement textAlignment="Left" verticalAlignment="Middle"/> | |
315 | - <textFieldExpression><![CDATA[$F{descricao}]]></textFieldExpression> | |
316 | - </textField> | |
317 | - </jr:detailCell> | |
318 | - </jr:column> | |
319 | - <jr:column width="172" uuid="1a9d9d9a-960c-4941-9117-8661ba8362bf"> | |
320 | - <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column4"/> | |
321 | - <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
322 | - <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
323 | - <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
324 | - <staticText> | |
325 | - <reportElement x="0" y="0" width="172" height="30" uuid="88c4c49d-2a32-4a3b-afd4-99977d3a707b"/> | |
283 | + <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
284 | + <reportElement x="0" y="0" width="100" height="30" isPrintWhenDetailOverflows="true" uuid="210d7971-8daf-455b-a85c-321bda7fb0b5"/> | |
285 | + <box padding="3"> | |
286 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
287 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
288 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
289 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
290 | + </box> | |
291 | + <textElement textAlignment="Left" verticalAlignment="Middle"/> | |
292 | + <textFieldExpression><![CDATA[$F{naoconformidadeaplicavel}]]></textFieldExpression> | |
293 | + </textField> | |
294 | + </jr:detailCell> | |
295 | + </jr:column> | |
296 | + <jr:column width="172" uuid="c1974531-3543-43df-aa80-bb50a6da10fe"> | |
297 | + <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column3"/> | |
298 | + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
299 | + <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
300 | + <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
301 | + <staticText> | |
302 | + <reportElement x="0" y="0" width="172" height="30" uuid="861458cb-d5e8-4899-a0e7-2bfb6a35cfd2"/> | |
303 | + <box padding="0"> | |
304 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
305 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
306 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
307 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
308 | + </box> | |
309 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
310 | + <font isBold="true"/> | |
311 | + </textElement> | |
312 | + <text><![CDATA[Descrição]]></text> | |
313 | + </staticText> | |
314 | + </jr:columnHeader> | |
315 | + <jr:detailCell style="Table_TD" height="30" rowSpan="1"> | |
316 | + <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
326 | 317 | <box padding="0"> |
327 | 318 | <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
328 | 319 | <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
329 | 320 | <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
330 | 321 | <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
331 | 322 | </box> |
332 | - <textElement textAlignment="Center" verticalAlignment="Middle"> | |
333 | - <font isBold="true"/> | |
334 | - </textElement> | |
335 | - <text><![CDATA[Resposta da contratada]]></text> | |
336 | - </staticText> | |
337 | - </jr:columnHeader> | |
338 | - <jr:detailCell style="Table_TD" height="30" rowSpan="1"> | |
339 | - <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
340 | - <box padding="0"> | |
341 | - <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
342 | - <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
343 | - <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
344 | - <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
345 | - </box> | |
346 | - <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
347 | - <reportElement x="0" y="0" width="172" height="30" isPrintWhenDetailOverflows="true" uuid="8578f83b-3f28-4045-bbb5-9981bf617ee4"/> | |
348 | - <box padding="3"> | |
323 | + <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
324 | + <reportElement x="0" y="0" width="172" height="30" isPrintWhenDetailOverflows="true" uuid="9fb27778-d8ca-4ca3-8050-afbf4ef71f2e"/> | |
325 | + <box padding="3"> | |
326 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
327 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
328 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
329 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
330 | + </box> | |
331 | + <textElement textAlignment="Left" verticalAlignment="Middle"/> | |
332 | + <textFieldExpression><![CDATA[$F{descricao}]]></textFieldExpression> | |
333 | + </textField> | |
334 | + </jr:detailCell> | |
335 | + </jr:column> | |
336 | + <jr:column width="172" uuid="1a9d9d9a-960c-4941-9117-8661ba8362bf"> | |
337 | + <property name="com.jaspersoft.studio.components.table.model.column.name" value="Column4"/> | |
338 | + <property name="com.jaspersoft.studio.unit.width" value="pixel"/> | |
339 | + <jr:columnHeader style="Table_CH" height="30" rowSpan="1"> | |
340 | + <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
341 | + <staticText> | |
342 | + <reportElement x="0" y="0" width="172" height="30" uuid="88c4c49d-2a32-4a3b-afd4-99977d3a707b"/> | |
343 | + <box padding="0"> | |
344 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
345 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
346 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
347 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
348 | + </box> | |
349 | + <textElement textAlignment="Center" verticalAlignment="Middle"> | |
350 | + <font isBold="true"/> | |
351 | + </textElement> | |
352 | + <text><![CDATA[Resposta da contratada]]></text> | |
353 | + </staticText> | |
354 | + </jr:columnHeader> | |
355 | + <jr:detailCell style="Table_TD" height="30" rowSpan="1"> | |
356 | + <property name="com.jaspersoft.studio.unit.width" value="px"/> | |
357 | + <box padding="0"> | |
349 | 358 | <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
350 | 359 | <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
351 | 360 | <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
352 | 361 | <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> |
353 | 362 | </box> |
354 | - <textElement textAlignment="Left" verticalAlignment="Middle"/> | |
355 | - <textFieldExpression><![CDATA[$F{resposta}]]></textFieldExpression> | |
356 | - </textField> | |
357 | - </jr:detailCell> | |
358 | - </jr:column> | |
363 | + <textField isStretchWithOverflow="true" isBlankWhenNull="true"> | |
364 | + <reportElement x="0" y="0" width="172" height="30" isPrintWhenDetailOverflows="true" uuid="8578f83b-3f28-4045-bbb5-9981bf617ee4"/> | |
365 | + <box padding="3"> | |
366 | + <topPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
367 | + <leftPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
368 | + <bottomPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
369 | + <rightPen lineWidth="1.0" lineStyle="Solid" lineColor="#000000"/> | |
370 | + </box> | |
371 | + <textElement textAlignment="Left" verticalAlignment="Middle"/> | |
372 | + <textFieldExpression><![CDATA[$F{resposta}]]></textFieldExpression> | |
373 | + </textField> | |
374 | + </jr:detailCell> | |
375 | + </jr:column> | |
376 | + </jr:columnGroup> | |
359 | 377 | </jr:table> |
360 | 378 | </componentElement> |
361 | 379 | </band> | ... | ... |