Image.SourceType Enum

Definition

Specifies the type of source for an Image.

public: enum class Image::SourceType
public enum Image.SourceType
type Image.SourceType = 
Public Enum Image.SourceType
Inheritance
Image.SourceType

Fields

Database 2

Specifies that a peer Value must contain an expression that evaluates to the binary data for an image.

Embedded 1

Specifies that a peer Value must contain a string constant or expression that evaluates to the name of an embedded image within the report.

External 0

Specifies that a peer Value must contain a string constant or expression that evaluates to the location of an image.

Applies to