|
|
|
|
|
- Modifying the image
- Modifying the background image in a report
- Limitations
BackgroundImage (Property) In french: ImageFond
The ImageFond property can be used to identify and modify the background image of an element: window, page, field or state.. Remarks: - The background image of a window or a control is defined in the description window of the element ("General" or "Image" tab).
- The background image of a report is defined in the report description("Background" tab).
MyReport.ImageFondImprimée = True
MyReport.ImageFond = PDFExtractPage("Fiche.pdf", 2)
Syntax
Finding out the background image of a control, window or report Hide the details
<Current image> = <Element used>.BackgroundImage
Modifying the background image of a control, window or report Hide the details
<Element used>.BackgroundImage = <New image>
Remarks Modifying the image When changing the image, the image is sought in the application library (WDL file) then on disk at the specified location. Note: If you attempt to replace the image in the WDL with an image of the same name on the disc, the image will not be changed. Modifying the background image in a report The BackgroundImage property is available for all types of reports. The BackgroundImage property must be called before printing the page, for example in the "Before printing the page header block" event. For a report on form: - the BackgroundImage property replaces the background image chosen in edit mode. All types of images supported in the reports are available (PDF, SVG, JPG, PNG, etc.).
- the image is saved per page: this means you can enter a different background image for each printed page.
- when the property is assigned, the new background image will be printed starting from the next page break.
In a report other than a form: - the image is drawn in "homothetic" mode.
- this property has an effect only in actual print jobs, in the report viewer and in PDF exports. It has no effect for the other types of export (RTF, XLS, HTML, XML).
Remarks: - The margin management specified in the "Background" tab of the report description (option "Ignore the physical margins of the printer") is ignored: physical margins are systematically ignored..
- The BackgroundImagePrinted property can be used to print the background image of the report. If this property is set to:
- False (default value), the print job can be done on pre-printed paper for example. The background image appears only in the report viewer.
- True, the background image is also printed (or exported to PDF).
Note: This setting can also be made using the "Real print behavior" option in the "Background" tab of the report description window..
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|