Enumeração SourceType
Specifies the type of source for an Image.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Enumeration SourceType
'Uso
Dim instance As SourceType
public enum SourceType
public enum class SourceType
type SourceType
public enum SourceType
Membros
Nome do membro | Descrição | |
---|---|---|
External | Specifies that a peer Value must contain a string constant or expression that evaluates to the location of an image. | |
Embedded | Specifies that a peer Value must contain a string constant or expression that evaluates to the name of an embedded image within the report. | |
Database | Specifies that a peer Value must contain an expression that evaluates to the binary data for an image. |