I am attempting to generate telerik reports from a windows serive server. Would like to end up with PDF reports saved on disk with no human interation. I am trying to dig up code that will do this. Has anyone already done this ? Any examples or advice is very welcome.
Does Telerik Reporting have the ability to use dynamic content for the layout/design of the reports themselves?
Example:
If I give users a radEditor window manipulating and styling (bold, underline,bullets, etc etc) the header and footer content of a report, is there the ability to import this html styled content into the design of the report itself when a user generates the report?
I'm going to watch the webinar for reporting this morning, but thought i'd try and get an answer to my question first.
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.