Hidden from view unless toggled

cardgunner

Registered User.
Local time
Today, 03:18
Joined
Aug 8, 2005
Messages
210
In SSRS 2005 I can specify if a row is visible or not. I can also create a toggle in one of the higher fields to turn the view on or off. It's a +/-.

So the deatils is hidden unless you click the + then they are revealed.

Does something like this exist in Access.
 
You can hide sections in Access reports. To hide a section, right-click the section bar and click Properties (to open up the Property Sheet if it's not already opened), in the Format tab there's a Visible property.
 
You can hide sections in Access reports. To hide a section, right-click the section bar and click Properties (to open up the Property Sheet if it's not already opened), in the Format tab there's a Visible property.

But you are not able to toggle/expand that section while the report is being viewed if need be.

Pretend your looking at the grouped on values or the sum of the values and you want to see what makes up the sum value. So you click a + on the report and it expands to show you the detail of the section.

Without alot of coding does feature function reside in access like it does in SSRS 2005?
 
It can't be collapsed during run time. The closest you will get if you're using Access 2007 or 2010 is the Layout View which enables you to alter design whilst previewing the report.
 

Users who are viewing this thread

Back
Top Bottom