When I update to Reporting R3 2016, fields or text on most of my reports disappears. Before I spend a few hours trying to track the issue down, does anyone have any idea what has changed that would cause the text to disappear?
This kind of issue has been a problem with Telerik over the years. I don't understand how you can release a new version of a development library that breaks developers existing code. Now that you are owned by Progress, is there a plan to make your products more reliable?
I need to generate a PDF via c# code so that I can save it off. I found the examples in how to do it, but I cant seem to find how to do it against a Telerik Report Server. Any help would be appreciated.
Thanks,
Nick
Hi,
I added a Navigate to Report action (link to an Subreport object) to a textbox. I can click on it in the Preview Tab. However in the generated PDF the textbox isnt even clickable.
Thanks
Hi,
I want end-users to design their own reports to run in an application where the database connection is dynamic. This was sort-of covered in a previous post but now that I understand things better I wanted to ask the right questions. The options I have got are:
1. Use sql connector in the designer with a 'shared' connection string (where the alias is the same name as stored in web.config). This works great as the user can do their own joins using the query builder, slap the reports into the website and they work. BUT there is no connection string in my web.config, it is stored elsewhere.
2. Extend the standalone designer so the users can use an Object Datasource to use my custom dll BUT then all the joins need to be pre-defined in the dll code. (I have already got this working, but joining all the tables is a real problem + confusing for the uesr)
So what I want to ask - is there any way I can use case 1 by switching the connection string at run time (I have all the info available in memory, it's just not static in web.config)?
