Basically, you simply call a method, pass in the SubscriptionID, and RS will do whateRe: Create
I have a VB.NET console application. The requirement is to create a summary report of records processed from an incoming txt that I split up into several txts after the process is done. During my process, I insert each row into tables so I can perform reporting on this information easily. The issue is, how can I essentially "save" there report into a specific directory after the module is done running?
I want to use SSRS 2005 which is fine but I do not know how I would create a database snapshot possibly from my m odule...to run a report I create and save the snapshot into a PDF format or something into a reports directory on anther server.
The users will be looking for these snapshots daily.

