FilePath (Property)

Applies To:

Picture object

Description:

Sets the file name of a picture object.

Note:

You can change the FilePath (Property), but this change has no effect on the picture that is displayed. This is because the picture is no longer referenced from the file system, and it is embedded in theInteractive Reporting document file (.bqy) .

Action:

Read-write, Name

Example:

This example shows how to set the file path name for the picture entitled Report:

ActiveDocument.Sections["Report"].Body.Shapes["Picture"].FilePath = "c:\\hyperion\\report.bmp"