Hello, I've been researching this for some time. Does anyone know if you can conditionally jump to a report? Something like this:
=iif(Fields!TEST.Value = "?????" And Fields!TEST2.Value > 0, TestDetailReport, "")
I've tried this based on the text color also but keep getting errors like this:
The expression for the textbox ‘TESTBOX’ contains an error: [BC30451] Name 'TestDetailReport' is not declared.
Is what i'm trying to do here just not possible?
Thanks,
Dennis
=iif(Fields!TEST.Value = "?????" And Fields!TEST2.Value > 0, TestDetailReport, "")
I've tried this based on the text color also but keep getting errors like this:
The expression for the textbox ‘TESTBOX’ contains an error: [BC30451] Name 'TestDetailReport' is not declared.
Is what i'm trying to do here just not possible?
Thanks,
Dennis