C# .NET - Code for Print out the details of Employees

Asked By devender on 02-Sep-13 03:31 AM
I have created a .NET report in C#.NET (windows application) and now I want to automatically printed out the information which is creating in the report with out any click of print button on the report page...

is there any possible solution to the problem??????
Ramendra Kumar replied to devender on 02-Sep-13 08:56 AM
yes on load call the print method
Robbe Morris replied to devender on 02-Sep-13 11:45 AM
Is this Crystal Reports?  If not, what type of reporting tool are you using?
devender replied to Robbe Morris on 03-Sep-13 07:10 AM
yes crystal report
devender replied to Ramendra Kumar on 03-Sep-13 07:10 AM
please tell me the detail code for this.... please