This is a migrated thread and some comments may be shown as answers.

Background report generation

1 Answer 176 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrey
Top achievements
Rank 1
Andrey asked on 10 Oct 2011, 11:03 AM
Dear Telerik Reporting,

In our application we need to implement a scenario, where report is generated in the background (without being displayed on UI) and then saved. Can you please clear up if Telerik Reporting supports this kind of use-cases?

Thanks,
 Andrey

1 Answer, 1 is accepted

Sort by
0
IvanDT
Telerik team
answered on 11 Oct 2011, 05:28 PM
Hello Andrey,

To export a report, you can use the RenderReport method of the ReportProcessor class. This method converts the contents of the report to a byte array in the specified format, which you can then use with other classes such as MemoryStream or FileStream. We believe that Exporting Report Programmatically article will give you additional information on the topic. You can also check the Saving a report into PDF format programmatically KB article.

Kind regards,
IvanDT
the Telerik team

Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.

Tags
General Discussions
Asked by
Andrey
Top achievements
Rank 1
Answers by
IvanDT
Telerik team
Share this question
or