Package quadbase.reportdesigner.util
Interface IReport
- All Known Implementing Classes:
DrillDownReport,QbReport,SubReport
public interface IReport
-
Method Summary
Modifier and TypeMethodDescriptionFor internal use onlyquadbase.reportdesigner.report.ReportFor internal use onlyquadbase.reportdesigner.report.ReportgetReportInfo(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
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.
-