Crystal Reports for Eclipse Developer Guide

To update the report

  1. To create a DatabaseController, call getDatabaseController from the instance of ReportClientDocument that contains your report.
    DatabaseController dbc = rcd.getDatabaseController();
  2. To set the datasource for your DatabaseController, call setDataSource and pass the object collection, POJO class definition, and the table name, as parameters.
    String reportTable = "pojoReport";
    dbc.setDataSource(data, ReportData.class, reportTable, reportTable);    



Business Objects, an SAP company
http://www.businessobjects.com/
Support services
http://www.businessobjects.com/services/support/
Product Documentation on the Web
http://support.businessobjects.com/documentation/