Enumeração Image.SourceType
Specifies the type of source for an Image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Enumeration SourceType
'Uso
Dim instance As Image.SourceType
public enum SourceType
public enum class SourceType
type SourceType
public enum SourceType
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering