Hi,
The conditional example which has an If condition "IsFromBoston" shows values dependant on whether this value is true or false. What I need is conditions based on values only. It is not possible to creat code behind for every report due to deployment issues. It would seam that this condition can only be met based on code behind calulation of IsFromBoston.
If I have an XML file (Please note that I cant display XML formatting in this)
Customer= Aaron Robinson
Job Title = Doctor
Address City = New York
IsFromBoston = False
Can it get the value of IsFromBoston from the XML itself?
Aaron