We have a requirement about the report display, we display
image in report by the “PictureBox”, but our client want display a PDF image in
report. For example, they scan a paper into computer and generate a PDF, this
PDF will have only one page, the content is an image. How can I show the PDF
image in report viewer.
We use the html report viewer in a html page.

My report include Persian/English character. I configured the telerik text box by Localizing Reports and everything was OK in report viewer. however, when I exported the report in PDF format the English character replaced with boxes.
I used the font that called Nazanin. If I changed the font to Times New Roman the problem solved, however, I need the Nazanin font for Persian character.
I read the Design Considerations for PDF Rendering and applied it. I also read Reporting PDF export of RTL languages, Export to PDF (Arabic / Persian Language) problem and Report Localization / Globalization Problem in telerik forum.
In the Report Localization / Globalization Problem, Stef (one of the forum's Admin) refer to PDF Device Information Settings, so I configured the web.config for 'Full Font Embedding` using Telerik Reporting Configuration Section and Extensions Element, however, my problem hasn't been solved yet.
I used the HtmlTextBox instead of TextBox in telerik reporting too, but my problem didn't solve.
Any helps, appreciated.
Hallo i'm new In teleric report framework.
I make an Invoice as proof of concept in telerik report.
Is it posible to insert a footer, a header or a subreport for customization for ouer customers?
Hi,
I want to get total page in codebehind and set value textfield in DetailSection.
I googled it but no answer. Thank you.
Hello guys,
I want to create my own template for the Telerik Reporting.Can we create a HMTL file (including own CSS etc.) to use it for every report? If yes, how? Can you explain it and give some examples please?
Thanks.
Hi
I have a situation where i will be generating a bunch of reports that will be dynamically created, converted into pdf files and stored in a folder on the local computer.
The reports are generated in the loop and the data for the report is dynamically accessed through the middle layer. (Report is not connected directly to the database.) I will be accessing the middle layer from the report based on the parameters that were sent from the front end (WinForm).
There are many chances for me to get the input wrong or the data is not right. I am populating a string "error" with the appropriate error message which needs to return to the winform, which in turn will save the information and keep looping through the sequence to create further reports.
I couldn't find the way to access the error information, upon returning to winform. (BTW these dynamic reports are never displayed on the form. )
Please help me find a way to access error field from the calling form.
Thanks.
Hi ,
I am Using Crystal Report 2008 version 12.5.0.1190 . I have Crystal rpt files and I need convert to Telerik report (trdx )files. Is there any simple way to convert and make use of crystal report in telerik report designer? Kindly please provide the steps or link to perform conversion.
Thanks
I am generating a Telerik report in my vb.net application. The report is being generated by assigning data to different sections of report like PageHeaderSection, DetailSection, TextBox, PageFooterSection etc.,
until now, I am assigning image to PageHeaderSection and PageFooterSections of the report
Now I want customize my report header and footer (not page header or footer )by assigning logo,text etc., to it. How do I do achieve this?
Any reference, suggestions or advise on this would be helpful.
Thanks!