Printing report

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Using reports in Delphi >

Printing report

 

Sample code to print document:

PrintDoc.Print(PrintDialog1);

 

Pass nil to print immediately without dialog.