Hi,
In my WPF app, I have a report designed by default for A4 paper and I want to fit it to print on an A5 printer.
I have read threads on this forum about the ViewerPrintScaling (especially this one http://www.telerik.com/forums/dynamic-report-column-size#R757mvc1xkKirZXyJj7MBw) and I tried to used this option.
Here are the results :
- works fine when I generate a pdf file on disk using the ReportProcessor.RenderReport function, then print-it with right-click
- does not work in ReportWiewer (always printed in A4)
- does not work when directly printing using the ReportProcessor.PrintReport function (always printed in A4)
Am I missing something ? When I read the comment of Stef from Telerik Team, I understand that this option is always taken in account, either when rendering or when directly printing...
Thanks by advance for your help,
Aurélien

Hello,
I have a table that runs across multiple page in a report. What I would like to have is:
- at the beginning of the report, add a special row with an initial value.
- at the end of each page, when the table continues to the next page, have a total row of the items at this position.
- at the beginning of each page, when not at the start of the table, have a repetition of the total row of the previous page.
- at the end of the table, have a special total row, that is not the same as the total row for each page.
How can I do this with Telerik Resporting?
Hi all,
New user here (long term crystal user...so be nice please).
I am attempting to create a cross tab report and I am noticing a couple of things. First some background.
Local install of Microsoft SQL 2014.
Query in SQL runs in under 1 sec returning 5707 records.
Telerik is Q3 2015.
If I just put the fields on the report (no crosstab), the report is rendered in ~ 3 seconds (takes a few more seconds to get to 600 pages).
I remove all the data fields and start the CrossTab wizard. I have my Customers in as the rows, Year as the columns (limited to just 2015 via the SQL query) and the sales amounts in my summary field.
Here are my issues:
1. I have sat for 30 minutes and it never displayed a preview.
2. I run an SQL trace and see the exact same query hitting my server every few seconds. That query is the same query I used to build the report.
I am assuming as a new user to the system I have done something horribly wrong.
I'm kind of new into the usage of the Telerik Platform and I haven't found any information about the usage of the Report Viewer on mobile environments. I currently have a development that I upgraded to 2015 version of the Reporting and I want to know if there is a way to know if the version is compatible with smartphones/tablets.
Hi,
We design reports using telerik standalone designer using sql data-sources. One our requirement is to generate Bio-data report for employees in the company, which displays their pictures in a picturebox. The Picturebox values (absolute URL) is set from field values. The employees pictures are usually stored in a folder with their Id, so it is an assumption that their image file path is valid. However if the file path is invalid or image file is missing, the report shows an error like 'Invalid image data, could not find a part of the path'. i Would like to show blank picture box in case image is missing or folder is missing. How can i achieve this using report designer.