SQL Server Reporting services capable of exporting report as TIFF.
This is excellent since I want to use report inside my Silverlight application and already have infrastracture for viewing TIFF.
Question is how to GET tiff directly from report server without running report on webpage first?
You can use the SSRS Web Service and call the Render method. This method will give you a specified report as a
Stream, which can then be shown in your infrastructure to view TIFF’s.