AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de reportes y controles asociados
  • Physical margin/Logical margin
  • Limit
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The BottomMargin property is used to:
  • Find out the bottom margin of a report.
  • Modify the bottom margin of a report.
Caution: It is only possible to modify the bottom margin of a report in the "Open report" event.
Note: The different margins of a report are defined in the page format ("Page setup" option in the report context menu)..
Ejemplo
// Modify the bottom margin of "RPT_Customer" report
RPT_Customer.BottomMargin = 25
Sintaxis

Finding out the bottom margin of a report Ocultar los detalles

<Result> = <Report used>.BottomMargin
<Result>: Real
Bottom margin (in millimeters) of the specified report.
<Report used>: Report name
Name of the report to be used.

Modifying the bottom margin of a report Ocultar los detalles

<Report used>.BottomMargin = <New bottom margin>
<Report used>: Report name
Name of the report to be used.
<New bottom margin>: Real
New bottom margin (in millimeters) for the specified report.
Observaciones

Physical margin/Logical margin

Each printer includes a physical margin where no print is allowed. The BottomMargin, RightMargin, LeftMargin and TopMargin properties are used to define "logical" print margins.
  • If the physical margin is greater than the logical margin: The logical margin is not taken into account. The report will be compressed in order to be printed on a single page. To prevent report compression, select "Imprimir reporte tal cual" in the report description window ("Options" tab).
  • If the physical margin is less than the logical margin: The logical margin is taken into account. The physical margin is ignored.
iEndPrinting cancels the margins.

Limit

The BottomMargin property applies only to reports.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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