We have developed additional logic around the Telerik Reporting Engine so I don't know if this would be valuable to anyone else or not but I would love to have the ability to associate custom properties to a control. The use case that comes to mind most is the logic we have implemented to auto size text that displays on a report to fit in the area provided. We use a control naming scheme to determine what controls should be auto sized and how they should be sized in relation to other parts of the report. It is typically assigned used with a Panel, a TextBox, or an HTMLTextBox. I would love to have the ability to add two associate two additional properties to these controls that could be used in the stand alone designer to allow users to set an AutoSize (true / false) and a SizingGroup (string) property on these controls rather than worry about making sure the control is named properly. I would allow users to more easily leverage this functionality. I realize that it is unlikely that this will be implemented since it wouldn't be widely used but I like to dream.