New user and a couple of things I noticed that would be nice to see in the next version.
1. Ctrl C and Ctrl V. Yes I am old. When setting up reports. I will copy and paste objects many times. Having to use the right click really slows me down. Think of adding boxes around fields. You want to set the box up once, and then copy and resize as needed.
2. Select all/Copy on the "configure data source command" window. Numerous times when developing reports I realize that I need to alter my query. I have to use the mouse to select all the text, right click, copy and then back into SQL to modify it. Would be nice to have a faster way of doing that.
3. Drag and Drop of Data Explorer Fields. Yes you can drag and drop fields to the report canvas. However, there are 2 things that would be nice. First, the scroll bar resets its position so you now have to scroll through the list of fields to figure out where you last left off. Finally, there is no visual indicator such as a check mark of color to indicate that you have already added this field to the report.
4. Suppress blank fields. This is a Crystal Reports feature that I loved (sorry..had to say it). I could create a container, stack vertically numerous fields and if any field as empty, it would hide it and move the rest up. I read the article you have on this and it does work. However, having to manually shrink all fields, then set the Can Shrink and Can Grow attribute...really cumbersome.
Hello,
Is it possible to suppress a section so that datasources bound only to element(s) inside the section will not be loaded? Crystal Reports has this feature and it is very handy for debugging reports with datasources that take some time to load.
Best regards,
Magnus

Hello,
Could someone provide me steps to bind a data set from Main Report Datasource to a SubReport Datasource?
I'm using 6.1.12.823 version of telerik reporting integrated with Visual Studio.
Best Regards,
EmÃdio Teixeira
Telerik.Reporting.Filter newfilter = new Telerik.Reporting.Filter();newfilter.Expression = StringToUpper("=Fields.AgreementName");newfilter.Operator = Telerik.Reporting.FilterOperator.Like;newfilter.Value = "%" + filter.ToString()) + "%"; table1.Filters.Add(newfilter);Hi everyone
We are building a WindowsForms application and we would like to include a Report Designer control. Basically give the user the ability to draw up basic reports themselves.
Is there a Telerik Control that can replicate the reporting designer as a windows forms control?
Any other 3rd party designers you know?
Thank you.
Hi,
on my report I have some report parameter (Visible = true) and I would like to avoid the report preview until at least one of those 3 parameters is been choosen.
If it is possible I also would like to show a message to remind to the user that he has to choose at least one of those parameters
Please, see the printscreen
Thank youHi,
is it possible to create a map on a report and connect the points with a line?
As the attached file
Thank you