Link to home
Start Free TrialLog in
Avatar of DB_Fury
DB_Fury

asked on

SQL Reports SubReports

How can i make a sub report disapear from a SQL report based on cretrin parameters.  I know i can set the visiblility to Hidden = true, but I want it to not only disappear but i also want it to move everthing that is below it up.  any adviss would be helpful
Avatar of indianguru2
indianguru2
Flag of India image

Write an IIF("if clause", true, false) clause in the Visibility property.
Avatar of DB_Fury
DB_Fury

ASKER

I can get that, but the problem that i am having is that there is just a big hole where that section should be,  is there a property or something that i can change that will move everything below that hidden field up so there is not a big hole in the report?
Oops ... no ... that is not possible... tried it .. space will be there ... unless you move it to the end of the report.
ASKER CERTIFIED SOLUTION
Avatar of indianguru2
indianguru2
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DB_Fury

ASKER

Yeah that sounds right, buy where is the rows property? Im in visual stuido 2005.  is it on the subreport properties in the main report, or in the actaul report properties of the report that i want to be a subreport....if that makes sense
Avatar of DB_Fury

ASKER

oh i think i see what you are saying.  so put a actual table on my report and in each of the rows put a subreport in that?
Avatar of DB_Fury

ASKER

thank you very much for your hlep