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

tdjones

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by tdjones

  1. I'm running into a problem. In my report I'm returning a string from a subreport in the details band. But when I set the evaluationTime='band' the text field no longer expands when the data overflows. Do text fields only stretch with evaluationTime='now'? Anyone know of a work around? Code:<detail> <band height="87" splitType="Stretch"> <subreport isUsingCache="false"> <reportElement x="0" y="0" width="0" height="20"> <printWhenExpression><![CDATA[boolean.TRUE]]></printWhenExpression> </reportElement> <subreportParameter name="SUBREPORT_DIR"> <subreportParameterExpression><![CDATA[$P{SUBREPORT_DIR}]]></subreportParameterExpression> </subreportParameter> <subreportParameter name="PUB_ID"> <subreportParameterExpression><![CDATA[new Integer($F{pd_pub_id}.intValue())]]></subreportParameterExpression> </subreportParameter> <connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression> <returnValue subreportVariable="names" toVariable="NAMELIST"/> <subreportExpression class="java.lang.String"><![CDATA[$P{SUBREPORT_DIR} + "AR_pub_names.jasper"]]></subreportExpression> </subreport> <textField isStretchWithOverflow="true" evaluationTime="Auto"> <reportElement x="31" y="0" width="262" height="20"/> <textElement/> <textFieldExpression class="java.lang.String"><![CDATA[$V{NAMELIST}]]></textFieldExpression> </textField> </band> </detail>
×
×
  • Create New...