Get ordered parameters map (dependent parameters are after their dependents) where the key is the parameter name and
the value is the parameter
The result will contain also the hidden parameters and all parameters used just inside other parameters.
Get preview value for procedure parameter
This value must be used inside the business procedure to exit
(so we can can the columns as fast as possible)
Get used hidden parameters map where the key is the parameter name and the value is the parameter
Not all the report parameters have to be used, some may only be defined for further usage.
Get used parameters map where the key is the parameter name and the value is the parameter
Not all the report parameters have to be used, some may only be defined for further usage.
Get used parameters map where the key is the parameter name and the value is the parameter
Not all the report parameters have to be used, some may only be defined for further usage.
Get used parameters map where the key is the parameter name and the value is the parameter
Not all the report parameters have to be used, some may only be defined for further usage.
Get used parameters map where the key is the parameter name and the value is the parameter
Not all the report parameters have to be used, some may only be defined for further usage.
This class is a pair of two objects : an id of the parameter that is used inside the query and
a name of the parameter that is shown to the user at runtime selection
IdName() -
Constructor for class ro.nextreports.engine.queryexec.IdName
Create a report object from an input stream
Use this method if you know your report version does not need any
conversion from older versions, otherwise see
ReportUtil.loadReport(InputStream)
Create a report object from xml
Use this method if you know your report version does not need any
conversion from older versions, otherwise see ReportUtil.loadReport(String)
Report Object that is saved as xml
It contains a query (created through designer) or an sql (created through editor)
It contains the defined parameters (not all of them have to be used)
Report Object that is saved as xml
It contains a query (created through designer) or an sql (created through editor)
It contains the defined parameters (not all of them have to be used)
Report() -
Constructor for class ro.nextreports.engine.Report
Creates a new next report object
Report() -
Constructor for class ro.nextreports.engine.Report
Set parameters values parameterValues is a map of parameters values where
the key is the parameter name and the value is the parameter value(s)
Such parameter value can be a simple java object if the parameter has
SINGLE SELECTION, or in case of MULTIPLE SELECTION value is an array
Object[] of java objects.
Set parameters values
parameterValues is a map of parameters values where the key is the parameter name
and the value is the parameter value(s)
Such parameter value can be a simple java object if the parameter has SINGLE SELECTION,
or in case of MULTIPLE SELECTION value is an array Object[] of java objects.
Set parameters values
parameterValues is a map of parameters values where the key is the parameter name
and the value is the parameter value(s)
Such parameter value can be a simple java object if the parameter has SINGLE SELECTION,
or in case of MULTIPLE SELECTION value is an array Object[] of java objects.