Someone already asked this question a few years ago, and I wanted to know if now it is possible:
Is there any functionality available in Telerik Reporting to manage automated generation and devlivery of reports according to a schedule (for example, sending a daily report or monthly report)?
Thank you very much,
Inbal.
Is there any functionality available in Telerik Reporting to manage automated generation and devlivery of reports according to a schedule (for example, sending a daily report or monthly report)?
Thank you very much,
Inbal.
5 Answers, 1 is accepted
0
Hello Inbal,
Telerik Reporting is an embedded reporting solution so it doesn't support out-of-the-box report scheduling. However this functionality can be implemented with a Windows Service Application. In it you can use the RenderReport method of the ReportProcessor class. This method renders the report in the specified format and as a result returns a byte array, which can then be used with other classes such as MemoryStream or FileStream. More information is available in Exporting Report Programmatically help article.
Greetings,
IvanDT
the Telerik team
Telerik Reporting is an embedded reporting solution so it doesn't support out-of-the-box report scheduling. However this functionality can be implemented with a Windows Service Application. In it you can use the RenderReport method of the ReportProcessor class. This method renders the report in the specified format and as a result returns a byte array, which can then be used with other classes such as MemoryStream or FileStream. More information is available in Exporting Report Programmatically help article.
Greetings,
IvanDT
the Telerik team
Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.
0
Anil Nautiyal
Top achievements
Rank 1
answered on 21 Feb 2012, 01:00 PM
Hi
is scheduling is possible with telerik reports.i want scheduling in telerik reports and at the scheduling time my report will export in to PDF.
please reply
Thanks
is scheduling is possible with telerik reports.i want scheduling in telerik reports and at the scheduling time my report will export in to PDF.
please reply
Thanks
0
Hello Anil,
Elian
the Telerik team
Telerik Reporting does not provide a functionality for scheduling. However, the Reporting engine allows you to process reports on demand programmatically and that can be used to easily achieve your requirements. See our previous answer for more info.
Regards,Elian
the Telerik team
NEW in Q1'12: Telerik Report Designer (Beta) for ad-hoc report creation. Download as part of Telerik Reporting Q1 2012. For questions and feedback, use the new Telerik Report Designer Forum.
0
Anil Nautiyal
Top achievements
Rank 1
answered on 21 Feb 2012, 01:47 PM
HI Elian
Thanks for reply.i have one another query regrading Heat Map.
can we have heat map functionality in Telerik control.
Thanks
Anil
Thanks for reply.i have one another query regrading Heat Map.
can we have heat map functionality in Telerik control.
Thanks
Anil
0
Hello Anil,
Regards,
Steve
the Telerik team
If you ask about heat map in Telerik Reporting, the answer is no, there is no item with this functionality. However you can try to customize the chart report item to show a heatmap. For more info see:
Regards,
Steve
the Telerik team
NEW in Q1'12: Telerik Report Designer (Beta) for ad-hoc report creation. Download as part of Telerik Reporting Q1 2012. For questions and feedback, use the new Telerik Report Designer Forum.