Reporting in Threads
Posted by: ASPAlliance.com - The #1 ASP.NET Community,
on 24 Aug 2010 |
View original | Bookmarked: 0 time(s)
Sometimes we need create many reports in multiple threads simultaneously. This may be the development of a web service, or output information from an existing multithreaded application in a certain document format (PDF as example).
I noted that FastReport VCL library is a better solution for document generation in multiple formats. This component library is easy to use and has a convenient report designer which allows you to easily connect to different data sources, among which may be internal application...