I have a report with pictures added at design time.
Some pictures need to be hidden depending on field values.
e.g. iif(Fields.Freq=2, hide-Pic-1, hide-pic-2)
How's this done?
Cheers,
Gary
2 Answers, 1 is accepted
0
Steve
Telerik team
answered on 15 Jun 2009, 01:05 PM
Hi Gary,
You can use conditional formatting to achieve this behavior - more info about it is available in this help article. Simply uncheck the Visible checkbox in the Layout branch of the style builder once you have set the condition which should be met.