You are reading help file online using chmlib.com
|
Rave Reports Developer Reference PrintByRow property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property PrintByRow: Boolean;
Default true
Category
Components
Description This property determines whether the TLabelShell component processes the labels of the page by rows or columns. If PrintByRow is true then all labels on the top row would be printed first. If PrintByRow is false then all labels on the left column would be printed first.
See also
Example (Delphi) LabelShell1.PrintByRow := false;
Example (C++Builder) LabelShell1->PrintByRow = false; |
You are reading help file online using chmlib.com
|