You are reading help file online using chmlib.com
|
Rave Reports Developer Reference NumAcross property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property NumAcross: integer;
Default 3
Category
Components
Description This property defines the number of labels across each page.
See also LabelHeight, LabelWidth, NumDown
Example (Delphi) LabelShell1.NumAcross := 2;
Example (C++Builder) LabelShell1->NumAcross = 2; |
You are reading help file online using chmlib.com
|