Category: | Bug report |
Priority: | High |
Status: | Assigned |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
When using a custom data source in iReport, if the Preview button is pressed and the report has some parameters set to "prompt", any values entered are ignore. However, if the parameter has a Default Value that will be used.
Previewing an equivalent Report using the standard JDBC data source, the prompt values are used.
Debugging the code seems to show that the order in which iReport handles prompt values is different between JDBC and other data sources.
2 Comments:
Do you need any additional information in trying to resolve this issue ?
Hi,
This issue can be closed now.
Our custom JRDataSource can also be accessed through a QueryExecutor and that can get to the parameter values correctly.