I'd like to be able to do the same thing. I have a user defined function that I'm successfully using to pull client specific themes. I want to iterate through the controls and set the styles. I can't do it in the designer, because I don't have the themes until AFTER I've bound to my data.
0
Steve
Telerik team
answered on 11 Nov 2011, 09:15 AM
Hi guys,
You can use the ReportItemBase[] ItemCollection.Find(Type type, bool recursive) overload of the Find method of the Items property. For example: