次の方法で共有


Image.Source プロパティ

画像のソースを識別する値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Source As Image.SourceType 
    Get
'使用
Dim instance As Image 
Dim value As Image.SourceType 

value = instance.Source
public Image.SourceType Source { get; }
public:
virtual property Image.SourceType Source {
    Image.SourceType get () sealed;
}
abstract Source : Image.SourceType 
override Source : Image.SourceType
final function get Source () : Image.SourceType

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
画像のソースを識別する Image.SourceType 列挙値のいずれか。

実装

IImage.Source

関連項目

参照

Image クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間