ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with reports and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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).
Example
// Augmente la hauteur des étiquettes de l'état "ETAT_EtiqClient"
ETAT_EtiqClient.HauteurEtiquette = ETAT_EtiqClient.HauteurEtiquette + 35
// Est équivalent à : 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.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help