Package quadbase.reportdesigner.util
Interface IDBProvider
public interface IDBProvider
This interface gives the user a way to provide custom database information when creating
drilldown reports and subreports.
The quadbase.reportdesigner.util.ReportEvent class is used store and retrieve the database information.
-
Method Summary
Modifier and TypeMethodDescriptionquadbase.reportdesigner.util.ReportEventprocessEvent(quadbase.reportdesigner.util.ReportEvent event) Pass in an event that specifies the type of the operation.
-
Method Details
-
processEvent
quadbase.reportdesigner.util.ReportEvent processEvent(quadbase.reportdesigner.util.ReportEvent event) throws Exception Pass in an event that specifies the type of the operation. The event that is returned will contain the necessary database information. If the user do not want to proceed further, throw an exception to cancel the process.- Throws:
Exception
-