Jump to content

Hashmap data on jasper report


faisalloe

Recommended Posts

Hello,

 

I am new to Jasper reports.

 

i am having data into hashmap for example

 

Map map = new HashMap();

map.put("name"," Hello Jasper");

map.put("email","faisal@..com");

 

i want this data to be printed on jasper report using java code.

 

also indicate what i need to drop into report either "static Text" or "Text field" or param how to display its value into jasper report.

 

while search on google i found all tutorials were using database connection.

Link to comment
Share on other sites

  • Replies 1
  • 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...