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 property ImageBackgroundPrinted property allows you to:
  • Determine if the background image of a report (form or other) should be printed.
  • Print (or not) the background image of a report.
Remark: This property is saved per page: it is therefore possible to enter a different setting for each printed page..
Example
MyReport.ImageFond = PDFExtractPage("fiche.pdf", 2)
MyReport.ImageFondImprimée = True
Syntax

Determining if the background image of a report (form or other) should be printed Hide the details

<Result> = <Report used>.BackgroundImagePrinted
<Result>: Boolean
  • True if the background image is to be printed,
  • False otherwise.
<Report used>: Report name
Name of the report used.

Print (or not) the background image of a report Hide the details

<Report used>.BackgroundImagePrinted = <Image print>
<Report used>: Report name
Name of the report used.
<Image print>: Boolean
  • True if the background image is to be printed,
  • False if the background image must not be printed.
The new settings will be taken into account from the next page break.
Remarks
  • The BackgroundImagePrinted property is saved for each page: this allows you to set different parameters for each printed page..
  • If the settings are modified with the BackgroundImagePrinted property, the new settings will be taken into account from the next page break.
  • This property is available for all types of reports.
  • This property affects the background image of form reports or the one specified by the BackgroundImage property.
  • The management of margins specified in the "Background" tab of the report description ("Ignore the physical margins of the printer") is taken into account.
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help