|
|
|
|
|
- Height and width of labels
- Miscellaneous
HSpace (Property) In french: EspaceH
The HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.
// Modify the horizontal spacing between the labels RPT_LabelReport.HSpace += 10 // Adds 10 mm
Syntax
Determining the horizontal spacing between labels Hide the details
<Current spacing> = <Label report>.HSpace
<Current spacing>: Real Current horizontal spacing between labels. This spacing is expressed in millimeters. <Label report>: Report name Name of the Label report.
Modifying the horizontal spacing between labels Hide the details
<Label report>.HSpace = <New spacing>
<Label report>: Report name Name of the Label report. <New spacing>: Real New horizontal spacing between labels. This spacing is expressed in millimeters. Remarks Height and width of labels The VSpace property is used to define the vertical spacing between the labels in a report. Miscellaneous This property can be used in any WLanguage event associated with report.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|