public class ScriptReportDataSource extends java.lang.Object implements ReportDataSource
Constructor and Description |
---|
ScriptReportDataSource() |
Modifier and Type | Method and Description |
---|---|
void |
gatherData(ReportExecutionContext context,
java.io.Serializable options)
Called when a report is being executed to gather the data represented by this data source.
|
java.lang.String |
getId()
Return the unique ID for this data source.
|
public java.lang.String getId()
ReportDataSource
getId
in interface ReportDataSource
public void gatherData(ReportExecutionContext context, java.io.Serializable options) throws java.lang.Exception
ReportDataSource
gatherData
in interface ReportDataSource
context
- This context holds the data map for the report, as well as other information about the report, its
project, logging context, status feedback, etc.options
- The object that was saved for this data source in the designer.java.lang.Exception