There is no specific function which can ignore unwanted sections to be printed.
There is a work around.
Create a parameter by name Print, define Y and N as values. Now you can suppress sub report sections when user selects N else it will be shown in the report.
The suppression formula will look like :
If {?Print} ='N' then true else false
apply the above in section expert -- suppress -- formula editor.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum