You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. ResetPrinter method |
Top Previous Next |
Declaration procedure ResetPrinter;
Category
Description This method will reset the current printer for the settings given in the DevMode structure as well as other printer related settings. This function is called automatically whenever you change the current printer or change the orientation.
See also
Example (Delphi) RvNDRWriter1.ResetPrinter;
Example (C++Builder) RvNDRWriter1->ResetPrinter(); |
You are reading help file online using chmlib.com
|