Interface IReport

All Known Implementing Classes:
DrillDownReport, QbReport, SubReport

public interface IReport
  • Method Summary

    Modifier and Type
    Method
    Description
    For internal use only
    quadbase.reportdesigner.report.Report
    For internal use only
    quadbase.reportdesigner.report.Report
    getReportInfo(boolean forViewer)
    For internal use only, This method is only used when getting an report object for the Viewer.
  • Method Details

    • getReportInfo

      quadbase.reportdesigner.report.Report getReportInfo()
      For internal use only
    • getData

      ReportElement getData(String id)
      For internal use only
    • getReportInfo

      quadbase.reportdesigner.report.Report getReportInfo(boolean forViewer)
      For internal use only, This method is only used when getting an report object for the Viewer. This method will cause the drill-down reports to be saved.