Hello,
I am doing a report with the option of exporting to excel and pdf.
I open the print preview in the excel file, I see an extra blank page
I setting BackgroundColor check problem,I find pageHeaderSection out of the scope of the paper,
my PageSetting
PaperKind:A4
Margins:Left 20mm Right30mm
Please help.
In attached ,pageHeaderSection BackgroundColor is green
Hi, I'm trying to produce the attached report, and as you can see the x-axis in this is grouped by a week (starting with Monday). I have written an extension method for determining the first day of the week for a date and given a DayOfWeek to treat as the "start of the week".
I have two questions, please:
1. I can get a chart working where it groups together all data for each week, so there is just one point for each week (for each series). However as you can see I need to still plot the series data on a day-by-day basis, so it's just the labelling of the x-axis that i want to be at a weekly level. Can you please advise if there is a way to do this?
2. How can I format the area series so that it fills the entire space for a given date? See second attachment for a (hopefully) better explanation of what I mean, comparing it with the "Chart requirements" JPG.
Thanks
Hi, we are trying to achieve the attached chart, and as you can see some categories have a second level, for example:
-- Finest
-- Graze
-- Manufactuuring
-- Butcher
-- GFYG
-- Supp
-- Grass
-- Market
Is there a way to have this 2nd level shown as per the attached?
Note that the categories (1st and 2nd level) are dynamic, so hard coding them is not an option.
Thanks.
I have a CrossTab report that has 3 groups and in the lowest (last) group I have made the column heading text vertical by setting the angle of the textbox to 270.
When I run the report it is not growing or shrinking that textbox even though both CanGrow and CanShrink are set to true - it appears to be remaining at its initial size on every page. Our client would much prefer that it is able to grow so that the occasional longer text still fits without truncation.
The other column headings that have not been made vertical are still growing when needed.
Currently using Reporting Q3 2015.
Hey everyone,
I'm experiencing a problem with Telerik Reporting. First, I desgined all the tables for the Report and added all the static content (like table headers, etc.). Then, I added my data sources. The Problem is: When I drag a field from the Data Explorer and drop it into a table-column, the whole table disappears. When I remove the data source, the table is visible again.
Any ideas on what went wrong?
Thanks,
Simon
Hello,
I'm considering to switch from SSRS to Telerik Reporting and I'm testing Clustered Column chart. As datasource I have simple table as this:
BillDate (Date), BillAmount (Money)
On X axis I have BillDate and I'm showing Sum(BillAmount) as data.
I set Label step to 7, LabelUnit Days, BaseUnit Auto. It works great for daterange of one or two months, each day has own column of data, label is for seventh column. But When user choses great range for this report, for example from 2015-01-01 to 2015-12-31 then there is too much data, labels ale unreadable. Is it possible to set automatic switch to Month BaseUnit or even Year BaseUnit when there is too much records? Attached are samples of both graphs.
Just started out with the reporting tool and have a few questions I can't seem to find.
1. Is it possible to group by a field's values? Ex. I have a field Fields.Products, and I want to sum the cost of the products that fall under fruits.\
2. Is it possible to specify the order the column group appears in? Ex. meats | fruits | vegetables. I realize I can do ascending/descending but neither of those is what I want.
I have a bubble chart on a report. The data source lists physicians, issues and counts. The size of the bubble is based on the Sum(IssuesFound).
Our client base is split between those with only a few issues and those with quite a few.
I am attempting to place a dynamic filter on the chart, so that a points are plotted when there are less than 8 but limit to points with larger bubbles when there are more than 8 bubbles. At Series > lineSeries2 > SeriesGroup > Filters I entered:
Expression: = Sum(Fields.IssuesFound)
Operator: >=
Value: = IIf(CountDistinct(Fields.AuditIssueId) >= 8, 5, 0)
However, the results are that it always shows all items on the chart (the false result of the IIF).
I've added text boxes in the report header to show me the values of Sum(Fields.IssuesFound) and CountDistinct(Fields.AuditIssueId) and they are correct.
I suppose that the IIf is not evaluating properly during the chart rendering.
If I hard code the Values, like =5, the filter works great and only those issues with a count of 5 or more are plotted.
Is it possible to make this dynamic?
Best,
Scott