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
Hello,
I'm wondering if it is possible to replace the title of the standalone ReportDesigner. I'm planning to distribute the designer along with my own product that uses Telerik's reports. So I would like the designer to be under my brand too. Is this possible ?
Thanks
Hi,
There is an issue on export or printing the print,
all rtl text direction will return to ltr direction.
thank you