|
|
|
|
|
LabelHeight (Property) In french: HauteurEtiquette
The LabelHeight property is used to: - Find out the height of labels in a Label report.
- Modify the height of labels in a Label report.
Note: The height of the labels was defined when the "Label" report was created.. This option can be known and/or modified in the format of the page ("Format of labels" in the context menu of the report).
ETAT_EtiqClient.HauteurEtiquette = ETAT_EtiqClient.HauteurEtiquette + 35
Syntax
Finding out the height of labels in a report Hide the details
<Result> = <Report used>.LabelHeight
<Result>: Real Height (in millimeters) of the labels found in the specified report. <Report used>: Report name Name of the report to be used.
Modifying the height of labels in a report Hide the details
<Report used>.LabelHeight = <New height>
<Report used>: Report name Name of the report to be used. <New height>: Real New height (in millimeters) for the labels found in the specified report. Remarks The LabelHeight property applies only to "Label" reports.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|