I am using vs 2008 express (I have professional version also) and sql server 2005 express. The language is c# I have a webform that saves data(customer order) into the order table. I would like that everytime the order is saved via button click the data that is saved is automatically printed(sales receipt) into a specific format. I have already created the rdl file(sales receipt). I am aware of the asp panel but not sure if it can do what I require. I am a newbie any help will be greatly appreciated. Thanks