May 1, 2009 at 2:07 pm
I have a textbox that has visibility set to false, but can be toggled with another item. I need to be able to determine if the textbox is not visible (has not been toggled) or visible (been toggled). I want to use this to be able to set a navigation link property.
IIF (textbox.visible=True, report1, report2)
However, am unable to use the visibility property in this way. Any suggestions?
May 4, 2009 at 8:45 am
Currently the ReportOBjectModel does not expose these properties. I have submitted a Connect Item requesting this functionality. You can validate and vote for this item here
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 4, 2009 at 8:58 am
Thanks Jack. I can't believe they left that out! Crazy! Any work-arounds you can recommend?
May 4, 2009 at 9:24 am
No workarounds that I can think of.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply