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

pilabrem

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

Downloads

Everything posted by pilabrem

  1. You can do that with net.sf.jasperreports.style.* element level properties (for which you can have expressions as values). In your case you would need <rectangle> <reportElement ...> <propertyExpression name="net.sf.jasperreports.style.backcolor">$P{someColor}<propertyExpression> ... <reportElement></rectangle>[/code]
  2. You can do that with net.sf.jasperreports.style.* element level properties (for which you can have expressions as values). In your case you would need <rectangle> <reportElement ...> <propertyExpression name="net.sf.jasperreports.style.backcolor">$P{someColor}</propertyExpression> ... </reportElement> ... </rectangle>
×
×
  • Create New...