You are reading help file online using chmlib.com
|
Rave Reports Developer Reference SkipNum property (read/write) archived BEX only |
Top Previous Next |
Declaration property SkipNum: integer;
Default 0
Category
Components
Description When SkipNum is set to a non-zero value, then TLabelShell will skip that many labels before it start printing. This can be useful if you want to prompt your users for the number of labels that have already been printed on the first sheet. This will automatically be reset to 0 after the label report has been executed.
See also
Example (Delphi) DbTablePrinter2.SkipNum := 7;
Example (C++ Builder) DbTablePrinter2->SkipNum = 7; |
You are reading help file online using chmlib.com
|