After loading a report from the database you must call connectToDefinition
to connect to one of a list of report definitions or setReportDefinition for a specific
Report Definition. These are good for setting report definitions from the config file and
from the database, respectively.
author: andersjb
public void connectToDefinition(List reportDefs)(Code)
this is links this report to the report definition.
It searches for the definition and if found it then links the
report parameters to the report definition parameters
Parameters: reportDefIdMark - String
This is a way of separating the report definition from the report in the database
this is a temp solution while the report definitions aren't being stored in the database
String