I'm having problems locating the subreport, when I was using the local project it worked perfectly, but now that I've gone to the server it's not locating the subreport. I'm trying to use it like this:
<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
</parameter>
The subreport is in the same folder as the main report, how do I get it to fetch in the same folder?