Controlling user filtering for report embedded on a page - C5

Controlling user filtering for report embedded on a page - C5

I have a report (price list) embedded in a page in a client portal.  I pass a parameter to the report based on the market the client is from and that filters the price list report for that particular market.  That all works fine and was created in C5.

The issue is that the user can then just go to the search function, remove my filter and access the entire price list for all markets. 

I have searched for solutions for a couple day and I did find this link that mentions that includes:

The Menu Bar section provides option to show or hide the following parameters: Record Print(right click), Export Records, Record Search

But this is from the older documentation and I can't seem to find an equivalent in C5. 

I would also be open to other options to accomplish the same outcome - preventing the user from seeing the additional records.  Of course I'd prefer to keep this within the existing Zoho report tool as it has other helpful features including searching by column, etc.

I guess I could just build the page from scratch and loop through a collection, but as then I'd need to recreate all the existing desired functionality in the report.

Any guidance would be greatly appreciated.