Jump to content
We've recently updated our Privacy Statement, available here ×

ekaterina_ivanova

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by ekaterina_ivanova

  1. Hi! I have a report with subreport and I can not stretch the subreport to band heigh, please help me! jrxml = https://pastebin.com/BF2nfjBu attached file is the report sample
  2. Hi! I need to create a report this way please, tell me how to do that? Thank you!
  3. I have the following report with subreport https://gist.github.com/iva-nova-e-katerina/628adb0ef60398ced10503f410263007 There is a static text field in subreport and it doesn't visible, could you tell me why?
  4. As I see the Position Type and StrechType are the attributes of "reportElement" but I can not find "tick mark" what is it? Where is it?
  5. Hi! I have JasperReports 5.2 library and the following report: https://gist.github.com/iva-nova-e-katerina/e84003f7cd9ec84e8ecd8f53d91c8ffc#file-npa-xml It render the pdf report , could you tell me how to fix bugs marked red? it is near <textField evaluationTime="Group" evaluationGroup="npaGroup" isBlankWhenNull="false"> PS: here is my question in whole https://gist.github.com/iva-nova-e-katerina/e84003f7cd9ec84e8ecd8f53d91c8ffc#file-npa-xml
  6. I need ot merge cells with same value (rows merge) I have set isPrintRepeatedValues="false" at the reportElement but got following bug, (common value of four cells is - "11") All has been tested in JasperReports v 6.3 The question: how to merge rows properly (i.e. bertical alignment middel, no unwanted border line etc)? Thank you! There is the report's frament: <detail> <band height="16" splitType="Stretch"><!-- <printWhenExpression><![CDATA[$F{index} != null]]></printWhenExpression>--> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="bordered" x="0" y="0" width="40" height="16" isPrintWhenDetailOverflows="true" uuid="1a4235b0-feb5-4e33-b498-d0af214748d4" stretchType="RelativeToBandHeight"/> <textElement textAlignment="Center" markup="styled" verticalAlignment="Middle"> <font fontName="Arial"/> </textElement> <textFieldExpression><![CDATA[$F{index}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="bordered" x="40" y="0" width="170" height="16" isPrintWhenDetailOverflows="true" uuid="91174c8d-d234-4292-acf3-655008ec352f" stretchType="RelativeToBandHeight"/> <textElement textAlignment="Left" verticalAlignment="Middle"> <font fontName="Arial"/> </textElement> <textFieldExpression><![CDATA[$F{nss_mark}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="bordered" x="210" y="0" width="90" height="16" isPrintWhenDetailOverflows="true" uuid="4cd16947-d3b8-4d4d-8622-bd31a4537ed4" stretchType="RelativeToBandHeight"/> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial"/> </textElement> <textFieldExpression><![CDATA[$F{doc_effective_date}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="bordered" x="300" y="0" width="120" height="16" isPrintWhenDetailOverflows="true" uuid="4cd16947-d3b8-4d4d-8622-bd31a4537ed4" stretchType="RelativeToBandHeight"/> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial"/> </textElement> <textFieldExpression><![CDATA[$F{npa_point}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" > <reportElement style="bordered" x="420" y="0" width="220" height="16" isPrintWhenDetailOverflows="true" isPrintRepeatedValues="false" stretchType="RelativeToBandHeight"/> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial"/> </textElement> <textFieldExpression><![CDATA[$F{contains_in_npa_links}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="bordered" x="640" y="0" width="80" height="16" isPrintWhenDetailOverflows="true" uuid="4cd16947-d3b8-4d4d-8622-bd31a4537ed4" stretchType="RelativeToBandHeight"/> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial"/> </textElement> <textFieldExpression><![CDATA[$F{included_in_evedeces_base_of_technical_regulations}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="bordered" x="720" y="0" width="80" height="16" isPrintWhenDetailOverflows="true" uuid="4cd16947-d3b8-4d4d-8622-bd31a4537ed4" stretchType="RelativeToBandHeight"/> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial"/> </textElement> <textFieldExpression><![CDATA[$F{status}]]></textFieldExpression> </textField> </band>[/code]
×
×
  • Create New...