Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the type of source for an Image.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration SourceType
'Usage
Dim instance As SourceType
public enum SourceType
public enum class SourceType
type SourceType
public enum SourceType
Members
| Member name | Description | |
|---|---|---|
| Database | Specifies that a peer Value must contain an expression that evaluates to the binary data for 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. | |
| External | Specifies that a peer Value must contain a string constant or expression that evaluates to the location of an image. |