Package quadbase.reportdesigner.ReportAPI


package quadbase.reportdesigner.ReportAPI
Main package of the EspressReport API. Contains the necessary classes for managing a Report.
  • Classes
    Class
    Description
    A ChartObject is a chart that is wrapped by the class ReportChartObject for insertion into a report.
    This class provides a functionality to merge multiple data sources together.
    This class provides an implementation for the quadbase.reportdesigner.util.IResultSet interface using an array of data.
    This class provides an implementation for the quadbase.reportdesigner.util.IResultSet interface using a collection of data.
    DBInfo
    This class extends QbReport.
     
    A QbReport Object holds all information about the entire flow of data from a data source to a formatted display of data as a report.
    This class extends QbReport.