|
|
|
|
|
- Modifying the number of labels
- Modifying the dimensions of labels
- Limit
NbLabel (Property) In french: NbEtiquette
The NbLabel property is used to: - Find out the number of labels printed across the page width.
- Modify the number of labels printed across the page width.
Note: The number of labels printed on a page width can be known and/or modified in the report editor: in the "Modification" pane, in the "Report" group, select "Format and labels"..
RPT_CustLabel.NbLabel = RPT_CustLabel.NbLabel + 2
Syntax
Finding out the number of labels printed across the page width Hide the details
<Result> = <Report used>.NbLabel
<Result>: Integer Number of labels that will be printed across the page width. <Report used>: Report name Name of "Label" report to use.
Modifying the number of labels printed across the page width Hide the details
<Report used>.NbLabel = <New number>
<Report used>: Report name Name of "Label" report to use. <New number>: Integer New number of labels that will be printed across the page width. Remarks Modifying the number of labels When the number of labels is modified through programming, the labels are not automatically resized. Therefore, we advise you to check the size of labels. Modifying the dimensions of labels - To determine or change the height of labels in a "Label" report, use the LabelHeight property.
- To determine or change the width of labels in a "Label" report, use the LabelWidth property.
- To determine or change the horizontal spacing between labels in a "Label" report, use the HSpace property.
- To determine or change the vertical spacing between labels in a "Label" report, use the VSpace property.
Limit The NbLabel property applies only to "Label" reports.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|