Below is a summary of the new online resources available for our ASP.NET/WinForms controls and Telerik Reporting:
ASP.NET
RadGrid Classic and RadGrid Prometheus
Code library entries:
RadChart Classic and RadChart Prometheus
Online examples:
RadScheduler
Online examples:
Knowledge base articles:
RadEditor Classic and RadEditor Prometheus
Online examples:
Knowledge base articles:
RadWindow Prometheus
Help topics:
WinForms
Knowledge base articles:
QSF examples:
Code library entries:
Telerik Reporting
Knowledge base articles
Configuring The Image Rendering Extension to Generate TIFF Files | By default the Image Rendering Extension generates TIFF files with LZW compression and resolution 96 x 96 dpi. In case you need bi-tonal (black and white) images, for example when you need to send the rendered report by fax, you may consider using any of the CCITT Group 3/Group 4 or RLE compressions which will produce files with smaller size. |
By default the CSV rendering extension generates plain text files, without any formatting. The first row contains headers for all columns. | |
What you will need to do is to add the headers to both ReportHeader and PageHeader sections and align them properly. Then set the PageHeader's PrintOnFirstPage property to false. | |
Telerik Reporting can convert reports from Crystal Reports v11.0.0.1282 onward. This was the latest version available for download at the time when Telerik created the report conversion tool. | |
Binding expressions with data fields in the PageHeader or PageFooter sections | The PageHeader/Footer sections do not behave like the other sections with regard to data binding. You cannot use any binding expressions with data fields in the PageHeader or PageFooter section, and this restriction is by design. |
Add summary data at the very bottom of the last page | |
To save a report in PDF you have to use FileStream and write the bytes of the rendered report in it | |
Summaries can be added on the User Functions in the same way as on data source fields. |
Iana Tsolova is Product Manager at Telerik’s DevTools division. She joined the company back in the beginning of 2008 as a Support Officer and has since occupied various positions at Telerik, including Senior Support Officer, Team Lead at one of the ASP.NET AJAX teams and Technical Support Director. Iana’s main interests are web development, reading articles related to geography, wild nature and latest renewable energy technologies.