I'm using Telerik Reporting to generate PDF's with embedded JPG Images.
With Windows 7 the PDF's are completely and valid but with Windows XP the PDF's are invalid.
The Image will generate completely different by Windows 7 as by Windows XP.
I currently have a couple of long running SQL Stored Procedures that are being pulled into a report with an EntityDataSource. They take around 1 minute to complete.
I have an issue in that the Webforms ReportViewer will timeout after around 30 seconds. I can't seem to find where I can increase the timeout period.
Is it possible to extend the timeout period of the ReportViewer?
If it is possible, I want to add a reportviewer (WinForms) dynamically at runtime from the code behind. I have not been able to find any sample code snippets here that show how to do this in C#. Is this even possible?
I recently posted about x-axis scalnig and the solution was to remove this line:
this.chart1.PlotArea.XAxis.DataLabelsColumn = "ObservationDateOADate";
that worked. however, a new problem was introduced. While the data series can have multiple points, the filters may only allow one point to be show sometimes-per user request. When that occurs, the x-axis resets and only a single vertical line appears at one of the dates. The dates are not even correct. Attached is a sample. Please disregard the watermark in the middle of the page as it is from another process and is not impacting the chart itself.
Is there any way to "auto-resize" report chart with respect to the amount of data in data source? I am using Telerik Reporting Q2 2011 with Silverlight 4.
Does Telerik have a SL5 report viewer coming soon? You guys released the SL5 RadControls, but I am not able to upgrade my project to them because there is not a SL5 Report viewer and i use Telerik reporting in my project.
How can I set the default file name that will appear in the Save As... dialog that appears when the user selectes Export PDF. The name seems to default to the report name. I have tried changing the report.Name propetry, but this did not work.