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

pilabrem

Members
  • Posts

    2
  • Joined

  • Last visited

pilabrem's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare

Recent Badges

0

Reputation

  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...