The report was built in the stand-alone designer, so I've posted it here - if this thread belongs elsewhere, please feel free to move it.
I've a report that displays a generic line chart: value vs time (with a group, so that multiple lines can be generated).
Y axis is a value, X axis is a date.
I have both axes set to scale automatically.
I have the data points "turned on", and they are set to "auto", so that they each get a different glyph,
In theory, I can feed the report any dataset that contains date, value, group, to get a line chart that has variable number of lines to represent the "group" data. (In actuality, this is a sub-report, the parent report passes in an identifier, which the datasource eventually uses to determine what data gets returned. This allows for generic reuse of my line graph...
This system works extremely well except:
#1
If the data comes back with only one value, the graph's scales render out to "logical" values, but the data point is not visible. Using the same report but ensuring two rows of data come back, a line is correctly generated on the report. Have I done something wrong? Or are line charts not designed to display anything when there isn't enough data to draw a line?
#2
If the values on the report are all the same "nice round number", it often generates a Y axis scale where the "top" value is that same "nice round number", resulting in a line that is "on" the top edge of the graph. Is there a way to force the "automatic scaling" of a numeric axis to be "larger" than the range? i.e., I'd like to suggest that Scale.Minimum and Scale.Maximum properties allow expressions so that that we might enter expressions equivalent to: "= Min(Fields.Value) * 0.9" and "= Max(Fields.Value) * 1.1" respectively. This would provide the ability to have a hard-coded axis that could still scale.
Any help at all would be appreciated. Thanks.
I am having a problem with cells merging when exporting to excel with the Q3 2011 Telerik. I have went through the process of Format | Align | Lefts and Make Same Size | widths. I have changed the UnitOfMeasure to Points instead of inches and then I have changed all the textbox sizes to points. I have turned CanGrow to false. I have double checked that all my textboxes have no spacing or overlapping. Still I have cell merging issues. See attached picture to view merging issue.
Is there something I have missed or something else I can try to eliminate the cell merging?
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.