Report.
You can use the PicturePages property to specify on which page or pages of a report a picture will be displayed.
The PicturePages property uses the following settings.
Setting |
Description |
Visual Basic |
All Pages |
(Default) The picture appears on all pages of the report. |
0 |
First Page |
The picture appears only on the first page of the report. |
1 |
No Pages |
The picture does not appear on the report. |
2 |
You can set the PicturePages property in a report’s property sheet, a macro, or using Visual Basic.
Picture Property, PictureData Property, PictureSizeMode Property, PictureTiling Property.