Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3241204
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T18:10:19+00:00 2026-05-17T18:10:19+00:00

I want to make list object as my data source, can you tell me

  • 0

I want to make list object as my data source, can you tell me for .jrxml file how should i design my report ?

public class TestReport 
{
 public void runReport(String fileName, String outFileName) 
 {
  try 
  {
   List<R> list = new ArrayList<R>(5);

   Map parameters = new HashMap();
   list.add(new R("a1" ,"a2"));
   list.add(new R("b1" ,"b2"));
   list.add(new R("c1" ,"c2"));
     /*parameters.put("my_name", "faisal khan");
     parameters.put("my_addr", "address comes here");*/
            JasperPrint print = JasperFillManager.fillReport( fileName, parameters, new JREmptyDataSource());
            JRExporter exporter = new JRPdfExporter();
            exporter.setParameter(
            JRExporterParameter.OUTPUT_FILE_NAME,outFileName);
            exporter.setParameter(
            JRExporterParameter.JASPER_PRINT, print);
            JasperExportManager.exportReportToPdfFile(print, outFileName);
            print = null;
            exporter = null;
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

 private class R{
  private String name;
  private String addr;

  public R(String name, String addr) {
   super();
   this.name = name;
   this.addr = addr;
  }
  public String getName() {
   return name;
  }
  public void setName(String name) {
   this.name = name;
  }
  public String getAddr() {
   return addr;
  }
  public void setAddr(String addr) {
   this.addr = addr;
  }

 }
  public static void main(String args[]){
   new TestReport().runReport("/home/faisalloe/ireports/report1.jasper", "/home/faisalloe/ireports/report1.pdf");
  }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T18:10:19+00:00Added an answer on May 17, 2026 at 6:10 pm

    Make use of the JasperDatasource for collections: net.sf.jasperreports.engine.data.JRBeanCollectionDataSource

    JasperPrint print = JasperFillManager.fillReport( fileName, parameters, new JRBeanCollectionDataSource(list));
    

    Your report will repeat once for each element. Or you can define a subreport depending the main report, wich is to be repeated once per list element.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET web app that places several string data into an object
I have a non document-based Core Data application. There's an NSTreeController that manages a
I am currently developing some user controls so that I can use them at
is there a way to make the datatextfield property of a dropdownlist in asp.net
I have been working on keeping things object oriented for my project. Currently, I'm
I have an objectdatasource which i want to bind to a repeater. the problem
Is there a commonly-accepted practice for designing java objects that are frequently loaded and
I have an application which will use WCF to serve up various chunks of
I apologize in advance if folks think this has been beaten to death. I've
my dropdownlist is populated from the database as in: DataTable dt = GetData(); ddlMylist.DataSource

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.