Gets or sets a picture to display in the current field.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
Remarks
This property may be set to one of the following three kinds of objects:
- A regular .NET Image object.
- A string containing an image file name or URL.
- A string containing the name of an image field in the data source.
The first two options are used to create unbound images, such as logos. These images do not depend on the document data.
The third option is used to create bound images, such as product or employee pictures. These images are stored with the document data.