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?
We are using reporting server so i persume these two post will be ok to ask here as not many on its forum. How does one create a multi page rpeort in the one report ie what i want is the ability to have multple excel sheets generated in the one excel file.
Is their an example of this