The RenderIf script is called for each section, band and component in the report to determine whether it should be rendered. You may enter a script expression that results in a boolean value. If the value is true, the item is rendered, if the value is false, the item (and any children of the item) is not rendered.
-- JonPriddey - 04 Aug 2005
Sample report to demonstrate the display of 'No Records Found' when there is no data :-
No Records Found
To use the sample :
Download 'NoDataFound.jar' from the above link
Copy 'NoDataFound.jar' and place at $ELIXIR_REPORT_DEsIGNER_HOMExt
Run Elixir Report Designer
Click on 'Add FileSystem' and select 'Jar FileSystem'
Enter 'KnowledgeBase' for Name and locate 'NoDataFound.jar'