I have assigned a business object to a report's datasource, select a data source member (a method returning the object), and configure the data source parameter, but when I go into the data explorer I don't see it. What do I need to do to make this happen?
Thanks.
Ron
We are using WPF Telerik Reporting to print onto pre-printed forms that our customers use to submit to government agencies. For the vast majority of our users this works just fine, but some are having print alignment issues where the report doesn't align well enough to the pre-printed form and their submissions are being rejected. We thought we might be able to nudge the report printing a little in either a horizontal or vertical direction to account for this, but haven't found a great solution to this.
So far we have only looked at setting the print margins, but if we do that then the report print engine will realize the report no longer fully fits on a page and then will print overflow pages. What is the best way to tell the report engine at runtime to just nudge its content over by a small amount and still prevent overflow onto extra pages?
Btw, we tried making custom paper sizes with custom margins, but then that still prints extra pages.
I've created a library of reports as described in the documentation.
When building the report library, I've used a certain connection string for each report. However at runtime, the report connectionstring needs changing to reflect the current environment settings.
Searching through the documentation, I couldn't find such an example.
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?