Printing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone show me or give example of how I can print a normal plain HTML
(report) with customised header/footer/page no. options in .NET?

Any help is much appreciated.
 
Can anyone show me or give example of how I can print a normal plain HTML
(report) with customised header/footer/page no. options in .NET?


search google and MSDN for 'print templates'.

[for example
http://www.webreference.com/js/column89/
http://www.webreference.com/js/column92/
and other parts of the article]

print templates are short html-like documents that allow you to completely
customize print parameters of HTML documents. we succesfully use print
templates to customize printing in .NET application.

Wiktor Zychla
 
Back
Top