[#935] - Using custom implementation of IReportConnection in the Report Wizard

Category:
Feature request
Priority:
Urgent
Status:
Assigned
Project: Severity:
Critical
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

ReportWizard doesn't allow to use subj.

We have plugin with custom implementation of IReportConnection.
This implementation (in the link with custom FieldsProvider) allows to use query designer and works nice if it's necessary to design query/get fields using 'ReportQuery' dialog.

But if tries to use such connection in the report wizard the error 'You can't use the wizard with this kind of datasource' is shown.

Is it possible to rewrite WizardDialog.java to allow to use custom implementations of IReportConnection from the loaded plugins (like it's done for the Connection and ReportQuery dialogs) ?

Right now we were forced to modify native iReport code to check the possibility of using our connection. But for sure it's not the good solution because the customers who will use our plugin won't have modified iReport code.

alkon's picture
1
Joined: Nov 23 2007 - 2:34am
Last seen: 15 years 4 months ago
Feedback
randomness