Hi
I am having problems with setting the visibility of icons in my pdf reports.
I have placed the image of an icon in a column (pictureBox). I set its default visibility to 'False'. Then I use ConditionalFormatting to set the visibility with expression --
Expression Operator Value
Fields.HasFlags = True
And in the Style section, I check the 'visible' box.
It seems to behave differently in two different reports even though the property is set in exactly the same way. In one report, it shows up correctly; in the other it does not.
Please help.
Thanks, Raka
I am having problems with setting the visibility of icons in my pdf reports.
I have placed the image of an icon in a column (pictureBox). I set its default visibility to 'False'. Then I use ConditionalFormatting to set the visibility with expression --
Expression Operator Value
Fields.HasFlags = True
And in the Style section, I check the 'visible' box.
It seems to behave differently in two different reports even though the property is set in exactly the same way. In one report, it shows up correctly; in the other it does not.
Please help.
Thanks, Raka