I have created report which has 9 columns. When we export report to pdf, it span into two pages.
Also content of second page is not correct. How can I fix this problem?
Thanks
when installing Telerik Reporting (2009 1.430), error occurred while creating AdventureWorks sample database in SQL 2008 Server. I have tested 2005 express edition of SQL Server and no problems here. It's not important to me, but i have to inform you ;)
Trying to convert this series of gridviews to one report in telerik. Was wondering what would be the best way to display this data in a telerik report would be as I am a newbie. The listing of the years in the first column are fed by a stored proc. Each row of totals is essentially is a gridview which is also fed by their own individual stored proc. Like I said, I am new to this but was thinking that either a table or cross tab controls would be the way to do this. (Or a series of...) The databinding is an issue i am dealing with as well.Any suggestions would be greatly appreciated.
Dear All,
I am developing a windows application. So here I need to generate a report which have dynamic columns. The problem in crystal reporti is based on design time. So how about telerik report is it design time or run time ? Thank you.
does telerik reports on a web page print direct to a printer on client machine progmatically? the user prints a batch of 6 reports at a time and the batch gets run about 200 times a day. So I want to print the report straight to a printer and NOT VIEW IT first?
Exporting generated reports into MHTML are possible but can they be imported into RadEdit, via Template Manager, to make changes? The reporting tool collects all the information for presentation, however, these reports represent just the data component. We would like a user to compose an explanation of the data within RadEdit and then append the actual report, much like they do today using MS Excel to create the reports and MS Word to write the reports.
I have a report in A4 paper size (I can't set it bigger because the client only want to print reports in A4 size). In report, I design the report header and page header with the same content because I want it repeated on each page. And the content in thoses sections (include detail section) is always longer than A4's width so they are stretched to several pages when printed. That behaviour is ok. I suppose it to be this. But the problem here is page header isn't like this. I have no way to show reporting engine to stretch page header to several pages. The page header only shows a part of content and strips the rest.
I would like to ask whehter there is any way to let content in page header span over to several pages like detail section or report section does. I notice that there are two different classes for section: Telerik.Reporting.ReportSection and Telerik.Reporting.PageSection. Does the ReportSection class has ability to stretch its content while PageSection can't ?
The version I'm using is Telerik Reporting 2008 Q1.
Thank.
We are currently exporting a report to PDF format , our report uses a combination of graphic and text elements.
We use raw printing code to automate the printing of the documents and when raw printing only get the graphical layer.
When printing from a pdf viewer like acrobat , then the document prints perfectly.
It seems that the pdf like many pdf's , the document is still in multiple layers .
In order to get it printing as a single layer , we need to be able to export the pdf in an already
flattened format or flatten it post export.
Does Telerik reporting provide a method by which this can be done ?