I'm looking for fast reporting services that are compatible with .Net (C# specifically). Additionally since many of these companies are coy about their pricing (e.g. Cognos) it would be helpful to know how expensive they tend to be.
We are doing serial reporting to PDF and Excel from a SQL Server 2005 database. Specifically because of the number of reports being generated (e.g. 6,000 20 printed page reports) at a time, we're looking for a fast solution.
We do a dump of the reports to PDF and them FTP the reports to an external entity for their consumption. We produce about 30 different types of reports, but we may produce the same report several thousand times for each key item in our database. Each report will be fed by 5-15 simple queries (only a few joins and sometimes a group by). I'm not particularly concerned with the query times, but rather the time to render to a memory stream (or serialize to disk if that is significantly different from solution to solution).