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