Hi,
I just finished a complex report with 4 subreports. Since it must be localized, I pass the resource bundle when invoking the print from Servoy.
I also have to pass the resource bundle to the subreports, in order to have the string localized there, too.
Everything works as expected when printing from Servoy, because I’m passing the resource bundle as a parameter.
But, when testing from within iReport, I cannot render a preview because I get a “can’t find bundle for base name $P{REPORT_RESOURCE_BUNDLE}”.
Is there a way to avoid it?