public interface TabularReportGeneratorIf
| Modifier and Type | Method and Description |
|---|---|
TabularReport |
getTabularReportReport(ReportRegistryEntry reportEntry,
ReportContext context)
The method is the main method that will be called for displaying tabular data.
|
TabularReport getTabularReportReport(ReportRegistryEntry reportEntry, ReportContext context) throws java.lang.Exception
reportEntry - This class has the info about the report (Report Name, Report Label, menu...)context - Context information for this report (Passed from the context from Open Automation
report)java.lang.ExceptionTabularReport, TabularReportInternalModel, ReportRegistryEntry, ReportContext