How to write the expression to hide the Rectangle In the Report

  • 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

  • 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

  • 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