Are there any plans to standardize the shortcut keys in the Report Designer? There are many places where CTRL+C, CTRL+X, CTRL+V, ESC, DEL do not affect the field in focus, but instead a parent window or out-of-context control.
For example:
1. Open the Edit Parameters dialog for the Report Source dialog (In my example, I chose a URL/File and clicked Edit Parameters)
Drop down a parameter name, and hit Escape. Escape is the standard key to close a drop-down. In this case, the "Cancel" button on the dialog is triggered instead. This causes changes to be lost in the dialog.
There are a pile of examples; there's a dialog where pressing delete key does not delete the contents of a field in the dialog, but instead deletes the (selected) field from the report itself; but they don't come to mind right now as I haven't run into them lately.
(Also, the control I'm typing into is broken, if I use CTRL+SHIFT+LEFT,LEFT,LEFT to select the last 3 words (for example) then start typing over them, the [Space] before the text I'm overwriting also gets removed, which is nonstandard for a text-entry field: Selecting words never includes the leading and trailing spaces automatically... try it, in Word, Notepad, whatever)
Thanks in advance.
Hi,
I am observing an error when there is a report file having one chart and a tabular grid. Both of these controls are using different SqlDataSource but they call common stored procedure with different parameters.When opened in Standalone Designer application, both of the datasources show same Result(attached snapshot: Sqldatasource1, Sqldatasource2). However, in reality if different values are passed in a stored procedure, it produces different result.
Any help will be appreciated.
Thanks
Devesh

Hello,
I am considering using the Telerik Reporting suite and am wondering if it will display text from the Telerik Editor control. Specifically, I want to know if the reports can display the same "track change" styles that are visible in the editor. The data is stored with all the markup in a database, so I'm wondering if the report would be able to interpret it and display it correctly.
Thanks,
Cameron
Hi
I have an application where i need generate a document(comprobant without validation) and add a watermark, this text i obtain from databse.
Of course this watermark i need to be visible, when generating a long string with font size Unit.Point(24D), this does newline, but the text is cutted
there is something that can be done for this situation.
Thanks in advance!!
Regards
I have a Nodejs web application running on IISNode. Most of the time the ReportViewer works fine but periodically I'm receiving an error "Internal Server Error:Access to the Port is denied". The only way I can resolve it is to reboot the server.
Can anyone point me in the direction to resolve this or find out what may be causing it ?
Thanks,
Ciaran
hi
i created a winforms telerik reporting and it work fine.
but i have a problem in exporting.
the words in my report and in printing is ok but when i export for example as pdf or docx some of the word is not show currectly.
i have unicode charcters for example asian charcters like persian and it mixed with the english.
the chacters and words are shown currectly but not in export
example: سلام bobby ====> in word export show as : سلام ybbob
====> in pdf export character of bobby show as small rectangle
thanks in advanced
I am a new for Telerik, I create a objectdatasource List<Dictionary<string, object>>
my mock data :
data['key1'] = 'value1'
I used below expression to display the value, but not support
= ReportItem.DataObject.key1 ? not support...
how can I display the key value in tempalte?
var reportViewerModel = reportViewer.DataContext as ReportViewerModel;