| 
 Declaration 
TSystemSetup = (ssAllowSetup, ssAllowCopies, ssAllowCollate, ssAllowDuplex, ssAllowDestPreview, ssAllowDestPrinter, ssAllowDestFile, ssAllowPrinterSetup); 
  
Category 
ReportSystem 
  
Description 
ssAllowSetup 
 | 
If false, the setup screen will not be displayed 
 | 
 
ssAllowCopies 
 | 
If false, the user will not be able to change the copies 
 | 
 
ssAllowCollate 
 | 
If false, the user will not be able to change the collation mode 
 | 
 
ssAllowDuplex 
 | 
If false, the user will not be able to change the duplex mode 
 | 
 
ssAllowDestPreview 
 | 
If false, the user will not be able to select the preview screen as the report destination 
 | 
 
ssAllowDestPrinter 
 | 
If false, the user will not be able to select the printer as the report destination 
 | 
 
ssAllowDestFile 
 | 
If false, the user will not be able to select a disk file as the report destination 
 | 
 
ssAllowPrinterSetup 
 | 
If false, the user will not be able to select the printer setup dialog 
 | 
 
 
 
  
See also 
TRvSystem Class, SystemSetups 
  
Example 
see SystemSetups 
 |