I'm working on a calendar report that uses a daily sub-report for each day of the month.
The issue I'm running into is that with auto-scaling, each day scales differently based on the data for that day, meaning that the sub-reports are all displayed using different scales, and so don't lend themselves to side-by-side comparison.
It's impossible to know before run-time what the maximum scale for the entire month will be, so I can't hard set the axis scales either. Is there a way to 'pass in' the required scale to the sub-report along with the other parameters? I tried to put a formula in the CoordinateSystem.YAxis.Scale.Maximum property, but it seems to only accept a hard value and not a formula.
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.