Hey
I'm generating charts based on the output from SQL, I have the SQL set to sort the output in a certain order, but when the Report Designer is displaying the chart, It's sorting the legend alphabetically. I must have my legend in the format:
Good
Fair
Poor
Which is exactly how my SQL is outputting the data. I've even added an addition ORDER BY statement in the SQL statement INSIDE the designer and it's not working.
Apparently you can you can fix this with the expression editor, so please provide me the syntax / code to do this, I must have the legends in this format.
To quote the documentation in your own system:
"Items are ordered in the legend according to the order that they are processed by the processing engine. You can change the order by changing the Graph.SeriesGroups SortingsExpression or Direction."
How is the chart processing the data in the wrong order, being I delivering to the system in the exact order it should be processing it.
Thanks
Andrew
I'm programmatically laying out a report design, and it contains some expensive (slow) operations. I noticed that the resolver's Resolve method is called twice each time I want to view the report (image of call stack attached). I found another post here http://www.telerik.com/forums/how-do-i-get-a-ireportdocument-from-a-trdx-file#L8MMUbxn_UKgCTtHVjcNjA that mentions that Resolve will be called every time the report service requires a new report definition instance. I'm trying to improve the performance of my report generation, and not having to generate my entire layout twice would help. Is this working as designed? Or do you have any suggestions to prevent generating the layout twice?
Thanks!
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