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

java.awt.Image for imageExpression


2005 IR Help

Recommended Posts

By: David Lim - aberrant80

java.awt.Image for imageExpression

2004-03-10 03:02

I understand that it's possible to use the Image class as the value class for ImageExpression. But what exactly do you use for the expression itself? A Image variable? So we do something like <imageExpression>new ImageIcon("myimage.jpg")</imageExpression>? Am I correct? But what's the point of this when we can simply use the image name directly as a String?

 

 

 

 

By: Tobias Gaekle - ike987

RE: java.awt.Image for imageExpression

2004-03-10 03:21

i'm not sure if this really answers your question, but...

you may not want to read the image from the filesystem but supply it to the report through your underlying application, for example in a j2ee environment.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...