Applies To
Report.
Description
You can use the PicturePages property to specify on which page or pages of a report a picture will be displayed.
Setting
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 doesn't appear on the report.
2
You can set the PicturePages property by using a report's property sheet, a macro, or Visual Basic.
See Also
Picture property, PictureAlignment property, PictureData property, PictureSizeMode property, PictureTiling property.