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
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Database | ピアの Value が、画像のバイナリ データに評価される式を含んでいる必要があることを指定します。 | |
| Embedded | ピアの Value が文字列定数を含んでいるか、レポート内の埋め込み画像の名前に評価される式を含んでいる必要があることを指定します。 | |
| External | ピアの Value が文字列定数を含んでいるか、画像の場所に評価される式を含んでいる必要があることを指定します。 |