Hi All,
I was wondering if anyone knew how to generate a jasper report using a empty dataset; like the feature in iReport that lets you just preview your report with a empty dataset. Was wondering if this is possible via the servoy jasper reports plug in?
TIA
TIA,
If it is a foundset based report you can call the report with a foundset that is clear()-ed before the call.
An sql-based report you can call with some query with condition ‘where 1=2’.
But this won’t give any data so I guess you only see the header and footer.
Rob