gopi sankari
How to take print out Programmatically In asp.net crystal report using c sharp language?
Posted by gopi sankari in .Net | ASP.NET on Feb 02, 2012
0
Do you know the answer for this question? Post it below.
Guest

   Dim margins As PageMargins =  Report.PrintOptions.PageMargins

   margins.bottomMargin = 200

   margins.leftMargin = 200

   margins.rightMargin = 50

   margins.topMargin = 100

   Report.PrintOptions.ApplyPageMargins(margins)

 

   ' Select the printer name

   Report.PrintOptions.PrinterName = printerName

Posted by piyush sardhara on Mar 13, 2012
Sponsored by

Become a Sponsor
PREMIUM SPONSORS
Sponsored by
Team Foundation Server Hosting
Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.