
I have a scenario where I need to run two different layouts on same button.
e.g. I have two different customized layouts for SO Confirmation report. I have a checkbox (Yes-No) on sales header. I want to run layout #1 if checkbox is YES and layout # 2 if checkbox is NO. Can I do this by running report from the same Print Confirmation button?
Check this out: www.hougaard.com/.../
If the control needs to be a Boolean it will involve using the visibility property in a RDLC layout. The solution from the link would just give the user a layout choice though, which isn’t vastly different to a Boolean option