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);    



SAP BusinessObjects
http://www.sap.com/sapbusinessobjects/
Support services
http://service.sap.com/bosap-support/
Product Documentation on the Web
http://help.sap.com/