Image.SourceType 枚举
Specifies the type of source for an Image.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration SourceType
用法
Dim instance As Image.SourceType
public enum SourceType
public enum class SourceType
type SourceType
public enum SourceType
成员
成员名称 | 说明 | |
---|---|---|
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 |