October 10, 2011 at 5:10 am
Hi All,
I have struck up one place, i am creating one report using rectangle, one requirement i need to hide the Rectangle in one condition. But i am searching for rectangle property visibility option, I try to write expression but hear it is not showing fields only data sets is showing. i selected based in data set expression showing wrong
PLease see my Expression:
=iif(First(Fields!PANumber.Value, "DataSet2")>0,false,true)
Please help me
Thanks in advance
October 11, 2011 at 1:08 am
sambireddy chirra (10/10/2011)
Hi All,I have struck up one place, i am creating one report using rectangle, one requirement i need to hide the Rectangle in one condition. But i am searching for rectangle property visibility option, I try to write expression but hear it is not showing fields only data sets is showing. i selected based in data set expression showing wrong
PLease see my Expression:
=iif(First(Fields!PANumber.Value, "DataSet2")>0,false,true)
Please help me
Thanks in advance
What is that specific condition?
Raunak J
October 11, 2011 at 1:16 am
PANumber is a field,when the PANumber is Null we dont show the Rectangle.
I am writing below condition to hide rectangle but it is not working.
=iif(First(Fields!PANumber.Value, "DataSet2")>0,false,true)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply