AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de reportes y controles asociados
  • Height and width of labels
  • Miscellaneous
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
// 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 LabelWidth and LabelHeight properties are used to define the size of labels programmatically.
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.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local