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;Hi!
I have a telerik report, in the detail part put some textboxes (cangrow=true , multiline=true , textWrap=true). and all of them have solid borders.
the problem is when of these textbox text become long and the textbox become multiline the other textbox borders do not fit the area! (as the attachment)
How can i solve this?